[jQuery] Re: using the load method in Firefox

2008-07-19 Thread Ariel Flesler
Better read this: http://docs.jquery.com/FAQ#Why_do_my_events_stop_working_after_an_Ajax_request.3F -- Ariel Flesler http://flesler.blogspot.com/ On 18 jul, 20:18, asle <[EMAIL PROTECTED]> wrote: > You may look into livequery.http://brandonaaron.net/docs/livequery/ > Alle javascript on the loade

[jQuery] Re: using the load method in Firefox

2008-07-18 Thread asle
You may look into livequery. http://brandonaaron.net/docs/livequery/ Alle javascript on the loaded content needs to use livequery. Livequery "watches" for the objects if they are not already loaded. I.ex. you want a click event on loaded content named like You would then write js code for that li