[jQuery] Re: Event binding doubt

2007-10-16 Thread Glen Lipka
I think you need the jQueryLive plugin. it allows you to bind events regardless of when they enter the dom. I wish there was a way to see the events that are attached, like in Firebug. Someone else might have a solution for that. Glen On 10/16/07, Giovanni Battista Lenoci [EMAIL PROTECTED]

[jQuery] Re: Event binding doubt

2007-10-16 Thread Flesler
Event delegation can help you. http://www.cherny.com/webdev/70/javascript-event-delegation-and-event-hanlders On 16 oct, 17:18, Glen Lipka [EMAIL PROTECTED] wrote: I think you need the jQueryLive plugin. it allows you to bind events regardless of when they enter the dom. I wish there was a