[jQuery] How do I apply JQuery rules to html fragments applied using AJAX's load()?
Hi all
How do I apply JQuery rules to html fragments applied using AJAX's load()?
Essentially I've got a list of links being loaded in via $().load(), and I need
to apply onclick events to the links once they've loaded into the page. I don't
want to do it manually for each link though, as I don't specifically "know" what
they are.
Is there an apply() method or something I can use?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/