[jQuery] Re: Help with stopping event propagation.

2007-06-20 Thread Josh Nathanson
-- Josh - Original Message - From: "barophobia" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 20, 2007 1:54 PM Subject: [jQuery] Re: Help with stopping event propagation. I don't quite understand. As you can see in the code I posted, there are no submit buttons in

[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 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 want i

[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 200