[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-13 Thread Jon
Okay that's great, all working now! On Feb 11, 3:23 pm, Aaron Gundel wrote: > After looking this over, I found that the validator wasn't picking up > your submit button, which isn't really a button.  It's the link you > use to submit.  the validation plugin won't catch this because it > [your li

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-11 Thread Aaron Gundel
After looking this over, I found that the validator wasn't picking up your submit button, which isn't really a button. It's the link you use to submit. the validation plugin won't catch this because it [your link] appears to do a straight up call to form.submit(). I popped a submit button in th

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-10 Thread Jon
I've set up a test site here: http://test.sunshine-design.co.uk/ I hope you can point me in the right direction, i've not had any further luck solving this! Thanks On Feb 9, 3:10 pm, Aaron Gundel wrote: > Yes, it would be helpful.  Can't really see what's going on in the > snippet you provided

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-09 Thread Aaron Gundel
Yes, it would be helpful. Can't really see what's going on in the snippet you provided. As Rob mentioned, there's no mention of the form (even though it is there on the page). It might give some additional clues as to where things have gone wrong. On Mon, Feb 9, 2009 at 3:46 AM, Jon wrote: >

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-09 Thread Jon
@ RobG: #aspnetForm is the form that wraps the whole of a dot net page. I simply posted the html snippet from the form itself. Individual forms do not have their own tags, there is one large one that encloses the whole page - part of the dot net infrastructure. @ Aaron Grundel: No, but i will pu

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-08 Thread RobG
On Feb 9, 8:30 am, Jon wrote: > I'm having issues getting the validation plugin (http://bassistance.de/ > jquery-plugins/jquery-plugin-validation/) to work with dot net. > Whatever i try i can't stop the form from submitting. I've tried > several things i've found on this group and the web. Can

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-08 Thread Aaron Gundel
Do you have an internet facing page set up to view this? On Sun, Feb 8, 2009 at 2:30 PM, Jon wrote: > > I'm having issues getting the validation plugin (http://bassistance.de/ > jquery-plugins/jquery-plugin-validation/) to work with dot net. > Whatever i try i can't stop the form from submitting