I just wanted to clear up any potential confusion here. My plugin
doesn't actually rely on DOM Mutation Events being supported by the
browser, it merely emulates the actual Mutation Event fields.

I see now that livequery fulfils a similar role - I wasn't actually
aware of this at the time I created the plugin, thanks for heads up on
this John.
Someone else has also produced a similar plugin that can trigger
events on any jQuery.fn.* call - I can't for the life of me remember
who it was though, or find it!

- Mark

2009/9/7 John Resig <jere...@gmail.com>:
> Just be aware the mutation events don't work in all browsers. If you want
> similar functionality to what you proposed you can use the liveQuery plugin:
> http://plugins.jquery.com/project/livequery/
>
> We debated adding something like this to core, but the overhead ended up
> being very high (every single element inserted into the page needs to be
> scanned before insertion).
>
> --John
>
>
> On Mon, Sep 7, 2009 at 8:25 AM, ludovic <ludothebe...@gmail.com> wrote:
>>
>> @Mark
>> Thanks,
>> I'll try your plugin
>> Regards,
>> Ludovic
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to