tmcw schrieb: > Does jQuery automatically update the DOM after new content is loaded via the > .load() function? It seems like it's working in some cases and failing on > others right now. If not, is there a way to manually update it? I'm binding > a function to links with a certain class on document.ready, but when new > links are loaded in, they don't trigger the function. > You have to reapply the event bindings to elements that you add later to the DOM, like the ones loaded via load().
See also http://www.learningjquery.com/2006/09/sacrificial-lambda -- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/