[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" 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 wrote: > > > Just letti

[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] 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 wrote: >

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

2009-02-08 Thread zubin
to do? When you define submitHandler for > > validate, you should be doing whatever you're doing in $(form).submit > > () inside the submitHandler. > > > On Feb 8, 7:21 am, zubin wrote: > > > > I'm having a problem with validating first then submitting

[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