[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Andy Matthews
Change your type=submit button to a type=button button and trigger the form submission via javascript. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pete Sent: Friday, September 07, 2007 1:52 AM To: jQuery (English) Subject: [jQuery] OT: No

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Klaus Hartl
Andy Matthews wrote: Change your type=submit button to a type=button button and trigger the form submission via javascript. you can still always submit the form by hitting enter. --klaus

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Klaus Hartl
Pete wrote: I have some forms that I perform validation on using the Validation plugin for jQuery. My sole purpose for this, is that I'd like to reduce spam (and my company gets quite a bit). I understand the NOSCRIPT tag, but is there a way to prevent form submission if a user does not have

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Andy Matthews
Subject: [jQuery] Re: OT: No form submit without JavaScript? Andy Matthews wrote: Change your type=submit button to a type=button button and trigger the form submission via javascript. you can still always submit the form by hitting enter. --klaus

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Andy Matthews
: Friday, September 07, 2007 8:27 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: OT: No form submit without JavaScript? Andy Matthews wrote: Change your type=submit button to a type=button button and trigger the form submission via javascript. you can still always submit the form

[jQuery] Re: OT: No form submit without JavaScript?

2007-09-07 Thread Pete
Ok. That makes perfect sense. Thank you. On Sep 7, 3:35 am, Klaus Hartl [EMAIL PROTECTED] wrote: Pete wrote: I have some forms that I perform validation on using the Validation plugin for jQuery. My sole purpose for this, is that I'd like to reduce spam (and my company gets quite a