I don't think it was ever stated that multiple live events worked (I explicitly didn't mention them in the documentation since they weren't implemented). I'm kind of surprised that anything worked in your test case!
I may look to implement them for a future release. Would you be interested in filing an enhancement bug on it? http://dev.jquery.com/ Thanks! --John On Thu, Jan 15, 2009 at 10:02 PM, alx <[email protected]> wrote: > > While palying around with the latest svn build of jquery I noticed > that .live is don't triggering the first assigned event, if you pass a > list of events to the first argument like you can do so with bind. > Every event is triggered except the first assigned even if you pass > all the supported events to .live. > > Example: > > $("selector").live("dblclick mousedown click", function(e) { } ); > > Here mousedown and click will be triggered, dblclick will be not. > > > > You can find a complete test case here: > > http://blog.metaen.de/static/sites/livebug/index.html > > > with regards > > alx > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
