First of all, thanks to all jQuery members for the new release! is a great gift!
With this release, one of the main features is the new event propagation logic. As I can understand, it seems that, for example, if I have a div(inside) inside other div(outside) and I attach a click event to the inside div. The outside div will trigger it's events too... and it's parent, parent of the parent, etc until it reach the body element. Is this ok? If this is the logic, then maybe there is a little overhead on the browser for a simple event attachment on the most inner div if there is no need for this propagation (to work like 1.2.6 I mean)... or not? Thanks to all!