clone « jQuery « JavaScript DHTML






1.Add cloned tag
2.Clone matched DOM Elements
3.Clone paragraph tag
4.clone(): useful for moving copies of the elements to another location
5.clone(true): moving copies of the elements, and their events, to another location in the DOM.