[Proto-Scripty] Re: More useful clone method

2009-08-26 Thread watermark86
Element doesn't have a clone method.  The native DOM element does have a cloneNode method though. -- http://positionabsolute.net On Aug 25, 2:15 pm, watermark86 watermar...@gmail.com wrote: I'm using 1.6.1rc3 to have access to Element.storage.  I need to write a function that deep clones

[Proto-Scripty] Re: More useful clone method

2009-08-26 Thread watermark86
); }); }); } } return newElement; } On Aug 26, 9:43 am, watermark86 watermar...@gmail.com wrote: 1.6.1rc3 added Element.clone (which calls cloneNode). On Aug 25, 5:46 pm, Matt Foster mattfoste...@gmail.com wrote: Good luck with this,  let us know if it works out. Quick glance