[jQuery] Re: [jQuery UI] UI/Datepicker Documentation broken

2009-02-10 Thread zubin
Works now Richard, Thanks On Feb 10, 9:20 pm, Richard D. Worth rdwo...@gmail.com wrote: I just updated it. Can you give it another shot? I only have IE6 on this machine. Thanks. - Richard On Tue, Feb 10, 2009 at 2:56 AM, zubin zubin...@yahoo.com wrote: Just letting you guys know

[jQuery] [jQuery UI] UI/Datepicker Documentation broken

2009-02-09 Thread zubin
Just letting you guys know that the documentation for UI/Datepicker is not showing (IE7)

[jQuery] jQuery + Validation: submit() is sending multiple form submits

2009-02-08 Thread zubin
I'm having a problem with validating first then submitting a form with jQuery after success. It works however it seems like my submit() function keeps sending multiple submits and keeps growing each time i reuse the form (i made sure the values are reset after each submit). I'm not sure if its my

[jQuery] Re: jQuery + Validation: submit() is sending multiple form submits

2009-02-08 Thread zubin
doing in $(form).submit () inside the submitHandler. On Feb 8, 7:21 am, zubin zubin...@yahoo.com wrote: I'm having a problem with validating first then submitting a form with jQuery after success. It works however it seems like my submit() function keeps sending multiple submits

[jQuery] Re: jQuery + Validation: submit() is sending multiple form submits

2009-02-08 Thread zubin
: {                exlink_url: {                        required: true,                        url: true                }        },        submitHandler: function(form) {                $.ajax(...);        } }); On Feb 8, 9:50 am, zubin zubin...@yahoo.com wrote: Hi James! Thanks for the quick reply