What is the most efficient way to clone a JavaScript object?
May 14, 2021What is the most efficient way to clone a JavaScript object? I’ve seen: but that’s not cross platform (FF only). I’ve done (in Mootools 1.2) things like this:
Learn Javascript with us
What is the most efficient way to clone a JavaScript object? I’ve seen: but that’s not cross platform (FF only). I’ve done (in Mootools 1.2) things like this:
There seem to be a lot of choices now for DOM manipulation, Ajax and effects. Has anyone any experience of the different options and their pros and cons?