Creating multiple clones using jQuery clone

Jump to: navigation, search

A clone created by jQuery creates only one DOM object instance. If you repeatedly append the clone, you essentially just move the same object around the DOM. To create multiple clones you need to run the clone method multiple times, not just append multiple times.

See also

Personal tools
Namespaces
Variants
Views
Actions
Navigation