I think this is what you need : http://www.learningjquery.com/2006/09/sacrificial-lambda


-- David

Phillip B Oldham schreef:
Hi all

I have a document with some links with a certain class. When loaded,
some events are attached to these links.
I'm then using $().load() to grab a HTML fragment and append it to the
DOM. Inside this HTML fragment are more links with aforementioned
class.

Is there a way I can globally attach the relevant events to the newly
loaded dom elements without being specific? I'm trying to move this
code into a plugin.


Reply via email to