I want to add another list while I click on anchor or button in Javascript, which should contain multiple textboxes, an option-list and a delete button on the second and onward lists. Look at:
Can we use clone(jquery) for this?
I want to add another list while I click on anchor or button in Javascript, which should contain multiple textboxes, an option-list and a delete button on the second and onward lists. Look at:
Can we use clone(jquery) for this?
Try this: http://archive.plugins.jquery.com/project/jquery-dynamic-form
View demo here: http://sroucheray.org/blog/jquery-dynamic-form/
Yes , it is possible to clone using jquery. Just an example , see the fiddle here sample