> Is there anyway to apply stopPropagation in more beautiful way to
> #square in jQuery than that
>
> $('#wrapper').click(function(){alert( this.id <http://this.id>);});
> // shows wrapper id
> $('#square').click(function(e){e.stopPropagation();});
>
> ???
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/