Hello Friends,
Almost i have written code for adding a row which contain many "<select>" menu which takes value from database. But the problem is, every time i click add row it adds a row but changes the values that i have changed previously in "<select>" menu to default values i.e it erases the values i have entered and add a new row with default values. What i want is to append a row with keeping the changed values as it is
How to append Row dynamically with values in it using ajax
Moderator: General Moderators
Re: How to append Row dynamically with values in it using ajax
You won't get an answer without showing us the code that you have written. When you post it here, please use the [syntax=php]and[/syntax] tags around your code so it will be easier to read.