[jQuery] Re: Help with stopping event propagation.

2007-06-20 Thread Alexandre Plennevaux
You may be looking after event.stopPropagation(); $(form).bind(submit, function(event){ event.stopPropagation(); }); http://docs.jquery.com/Events -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of barophobia Sent: mercredi 20 juin 2007

[jQuery] Re: Help with stopping event propagation.

2007-06-20 Thread barophobia
I don't quite understand. As you can see in the code I posted, there are no submit buttons in the tr that has the event bound to it so I'm not sure what your example is trying to show me. Are you suggesting that I need to specifically negate the action of an event on everything that I don't