2009-01-24

jQuery and deep clone object

Today I had a problem with object cloning (multidimentional) in JavaScript

thx to Andrea Ercolino - now I know - jQuery has such feature - as deep clone :)


jQuery.extend( true, obj1, obj1);


more detail description you could read here

No comments: