[jQuery] [Validate] tabs - validate per tab - disable moving forward if invalid

2009-06-16 Thread wwor...@gmail.com
Working example: http://www.williamworley.com/jquery/createposting.php So I seemed to have figured out a way to get this to work correctly but its more code than I would like for using jquery. Basically what I've done is make it so you have form validation using Jorns Validation Plugin per tab

[jQuery] Re: Modal Form Validation + JSON call

2009-04-08 Thread wwor...@gmail.com
there's a separate mailing list for jQuery UI help: http://groups.google.com/group/jquery-ui - Richard On Tue, Apr 7, 2009 at 11:50 PM, wwor...@gmail.com wwor...@gmail.comwrote: Jorn i think you might be able to help with this as it relates to your validate stuff, again any help is great

[jQuery] Modal Form Validation + JSON call

2009-04-07 Thread wwor...@gmail.com
can't seem to get the button for the modal to fire off the event for validate can anymore see what i'm doing wrong here? $(function() { var name = $(#name), email = $(#email), message = $(#message),

[jQuery] Re: Modal Form Validation + JSON call

2009-04-07 Thread wwor...@gmail.com
 pm, wwor...@gmail.com wwor...@gmail.com wrote: can't seem to get the button for the modal to fire off the event for validate can anymore see what i'm doing wrong here?         $(function() {                 var name = $(#name),                         email = $(#email

[jQuery] Exception errors when using validation rules

2009-03-04 Thread wwor...@gmail.com
Hi everyone, i'm getting a weird exception with 1.3.1 please see the video link to watch what happens. http://screencast.com/t/4Ih9rhKwZP and if you don't watch the video i'm doing an ajax submit but it's refreshing the page and throwing the error exception: [Exception... 'Syntax error,

[jQuery] Re: Exception errors when using validation rules

2009-03-04 Thread wwor...@gmail.com
. On Mar 3, 7:17 pm, wwor...@gmail.com wwor...@gmail.com wrote: Hi everyone, i'm getting a weird exception with 1.3.1 please see the video link to watch what happens. http://screencast.com/t/4Ih9rhKwZP and if you don't watch the video i'm doing an ajax submit but it's refreshing the page