This is my code :
var a=[1,2,3]b=$.clone(a)alert(b)
Doesn't jQuery have a 'clone' method? How can I clone an array using jQuery?
This is my code :
var a=[1,2,3]b=$.clone(a)alert(b)
Doesn't jQuery have a 'clone' method? How can I clone an array using jQuery?