I have a requirement adding/deleting table rows dynamically using jquery.
I have a table row with 2 text boxes and 2 buttons, one button is add and other button is delete.
whenever I click the add button next row should be created with 2 text boxes and 2 buttons( add/delete) using Jquery.
Any suggestions around would be more appreciated.
Thanks