id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
10800,Delegation doesn't work well with :last selector,anonymous,,"Hi,

This is my first post here.

There is a regression in jquery 1.7 when you use delegation such as $('tbody').delegate(""tr:last"", ""change"", function(e) {...}), if you have several tables on your page for example.

The same thing with the new 'on' event API.

You will find a use case here: [http://jsfiddle.net/APyU7/2/]

The event is triggered only on the last tr of the second table. It works with jquery 1.6.4.

Regards.",bug,closed,low,None,event,1.7,wontfix,,,,
