[jQuery] Attach pre-defined events to loaded dom elements?

[jQuery] Attach pre-defined events to loaded dom elements?


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.