I have a set of functions I'd like to reapply if the dom changes.
Example being a page section being refreshed and I need to reapply
event listeners.  I'm aware of the listen/intercept plugins, but it
doesn't sound like they're exactly what I need.  I typically do event
delegation manually with 'is', a document handler, and a simple class-
based selector.

Does document or JQuery provide an event I can use to re-initialize?

Reply via email to