[jQuery] Re: Beginner: Load Bind Event Problem

2008-10-16 Thread Jason
Thanks for the reply. It makes since to query the dom live right. I'll try to get it to work. And I agree that putting the js in the loaded file is baaad. Thanks a ton. On Oct 15, 11:37 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > Because the events are initialised on page load for

[jQuery] Re: Beginner: Load Bind Event Problem

2008-10-15 Thread Alexandre Plennevaux
Because the events are initialised on page load for the dom state available at that moment (more on this here: http://docs.jquery.com/Tutorials:AJAX_and_Events) . either you include your javascript inside the ajaxed html (baad), or (wiser soluti