[jQuery] Re: How to cancel events

2009-04-03 Thread Joseph Le Brech
It think you have to "return false" in order to stop form submition. Is that what you meant? > Date: Thu, 2 Apr 2009 20:37:01 -0700 > Subject: [jQuery] How to cancel events > From: iceange...@gmail.com > To: jquery-en@googlegroups.com > > > How can i cancel a change event? i have validated te

[jQuery] Re: How to cancel events

2009-04-02 Thread RobG
On Apr 3, 1:37 pm, iceangel89 wrote: > How can i cancel a change event? i have validated text boxes on > change. so if its not validated i want to cancel the change. how can i > do that? If you validate based on the change event, then the change event has already occurred - you can't cancel it