0

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:

http://jsfiddle.net/KMLkn/3/

Can we use clone(jquery) for this?

Ral Zarek
  • 1,058
  • 4
  • 18
  • 25
Shujaatali
  • 131
  • 1
  • 2
  • 7

2 Answers2

0

Try this: http://archive.plugins.jquery.com/project/jquery-dynamic-form
View demo here: http://sroucheray.org/blog/jquery-dynamic-form/

Nildarar
  • 802
  • 1
  • 8
  • 17
0

Yes , it is possible to clone using jquery. Just an example , see the fiddle here sample

Vimalnath
  • 6,373
  • 2
  • 26
  • 47