Yeah!
Just thought maybe there'se more elegant way to bubble event? Something like that:

$('#wrapper').not("#square").click(function(){alert(this.id );});

And of course I know that "not()" doesn't work in such a case.
Do you understand what I mean?



2006/10/26, Klaus Hartl < [EMAIL PROTECTED]>:

Hi,

what is wrong with e.stopPropagation(), except for the long method name?
jQuery provides that method for IE as well and why having to remember
another function name if the standard works cross browser through jQuery...


-- Klaus




--
____________________________

С уважением, Марат Мамяшев
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to