Only Live Query supports calling a function when an element is matched (or unmatched). If you need this functionality, then you'll need to stick with Live Query.
-- Brandon Aaron On Mon, May 18, 2009 at 9:58 AM, Meander365 <aarron.pain...@gmail.com> wrote: > > Hi all, > > I normally do this with livequery: > > $('.mylink').livequery(function(event) { > $(this).mycustomFunction(); > }); > > So any new .mylink's on a page would also be bound with my custom > function. > > How can I do this with the new LIVE event? or is it even possible? > > Thanks in advance! > >