Hi Ludovic, I created a plugin that fires events based on the DOM Mutation Events specs. It hooks into various jQuery functions, html(), attr() etc, and fires an event when content is changed.
Docs: http://www.adaptavist.com/display/free/jQuery+Mutation+Events Code: http://github.com/jollytoad/jquery.mutation-events - Mark. 2009/9/3 ludovic <ludothebe...@gmail.com>: > >> Check the documentation first. > I know the documentation :) and one doesn't answer to my need for two > reasons : > > - one doesn't make a live binding, so it works only on present nodes > and not futures > - one and live bind events, but I want to execute code when a new node > has been added and not after a click or anything else. > > My idea was to create a kind of cross-browser DOMElementAdded event, > and to add the live support for this event. > > 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 -~----------~----~----~----~------~----~------~--~---