[jQuery] Re: AJAX data inserted into DOM does not trigger click-event

2008-06-16 Thread Gordon
I haven't heard of the Listen plugin before. How does it stack up against livequery? On Jun 15, 9:47 pm, Kevin Pepperman [EMAIL PROTECTED] wrote: Have you tried the listen plugin? It works with dynamicly added content. http://plugins.jquery.com/project/Listen On Sun, Jun 15, 2008 at

[jQuery] Re: AJAX data inserted into DOM does not trigger click-event

2008-06-15 Thread Hamish Campbell
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F On Jun 16, 4:52 am, Thasmo [EMAIL PROTECTED] wrote: Hoi guys! I define a event trigger $('#id div a).click(). The url in the href attribute of the a tag is called via $.ajax and the

[jQuery] Re: AJAX data inserted into DOM does not trigger click-event

2008-06-15 Thread Kevin Pepperman
Have you tried the listen plugin? It works with dynamicly added content. http://plugins.jquery.com/project/Listen On Sun, Jun 15, 2008 at 12:52 PM, Thasmo [EMAIL PROTECTED] wrote: Hoi guys! I define a event trigger $('#id div a).click(). The url in the href attribute of the a tag is