[jQuery] Re: Clone not cloning HTML select options

2009-01-27 Thread Dave Methvin
> >  It varies depending on the browser. > Which ones? I was pretty sure that attachEvent was copied to a clone in IE, although the rules you mentioned above would seem to indicate that it shouldn't be. Cloning various form elements also varies, although perhaps those are attribute-vs-property is

[jQuery] Re: Clone not cloning HTML select options

2009-01-27 Thread RobG
On Jan 28, 10:20 am, Dave Methvin wrote: > There are the "static" properties and attributes that were defined in > the HTML itself, and then the "dynamic" ones that reflect the current > state of the element, including things like attached event handlers. > Unfortunately, the W3C doesn't make i

[jQuery] Re: Clone not cloning HTML select options

2009-01-27 Thread Dave Methvin
There are the "static" properties and attributes that were defined in the HTML itself, and then the "dynamic" ones that reflect the current state of the element, including things like attached event handlers. Unfortunately, the W3C doesn't make it totally clear what is supposed to be copied on a c