Some browsers have "DOM change" type events but not all. Your best bet
is one of the plugins like LiveQuery.

Karl Rudd

On Wed, Oct 15, 2008 at 5:53 AM, AstroIvan <[EMAIL PROTECTED]> wrote:
>
> 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