Hi, I have a small form which takes the values name (TextBox), age(textbox) , Education(select box with values"Bachelors" and "Masters"). So I have a Button with the "ADD" which adds the values to database and displays it in a table format.
Iam having the table with 10 rows and each row is identified . So I have two Buttons such as select and Cancel
When We say select the Values in the table should go their Respective boxes name value should go to name box and Age Value should go their age box and so on..
How can i acheive this using Jquery