[jquery-dev] Re: clone(true) doesn't copy event handlers on child elements

2008-09-07 Thread John Resig
Well, 1.1.3 didn't have support for this feature - this was in post-1.2. --John On Sun, Sep 7, 2008 at 8:04 AM, Alex Howell <[EMAIL PROTECTED]> wrote: > > Just done some double checking, and my problem's root cause was > actually using an older version of jQ (1.1.3) which did indeed have > thi

[jquery-dev] Re: global events

2008-09-07 Thread Morgan Allen
Glad to see this get added. This adds another nice feature to, now non element objects can be bound to events being triggered globally. $({}).bind('listenup', console.log); $.event.trigger('listenup', ['eh?']); This unfortunately does not work in 1.2.6. On Tue, Jul 1, 2008 at 5:16 PM, Ariel Fles

[jquery-dev] Re: clone(true) doesn't copy event handlers on child elements

2008-09-07 Thread Alex Howell
Just done some double checking, and my problem's root cause was actually using an older version of jQ (1.1.3) which did indeed have this bug --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery Development" group.

[jquery-dev] Re: clone(true) doesn't copy event handlers on child elements

2008-09-07 Thread Alex Howell
*Smashes head upon table in realization of one's own stupidity, and sticks "stupid" badge to forehead* I think I must have got confused between two versions of the same thing via a misplaced symlink. Sorry for wasting your time, and thanks for the pointers. --~--~-~--~~~