I have a small form that takes the values ββname (TextBox), age (text field), Education (select the field with the values ββ"Bachelors" and "Wizards"). Therefore, I have a button with "ADD" that adds values ββto the database and displays it in a table.
A yam having a table with 10 rows and each row. So I have two buttons like select and Cancel
When we say that select the values ββin the table, we should put their corresponding field name values, which should be indicated in the name field, and the age value should correspond to their age, etc.
How can I achieve this with jQuery
source share