[jQuery] Re: jQuery Validation Error

2008-07-13 Thread Sam Washburn
oh my.. :( I feel foolish. sorry to bother you. But, thanks a lot for pointing that out. Sam On Jul 13, 1:45 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > You've got a duplicated id, submitGame, once on a div, once on a form. > Thats invalid markup and causes a rather obscure failure. The

[jQuery] Re: jQuery Validation Error

2008-07-13 Thread Jörn Zaefferer
You've got a duplicated id, submitGame, once on a div, once on a form. Thats invalid markup and causes a rather obscure failure. The validator mentions that: Error Line 38, Column 88: ID "SUBMITGAME" already defined. Jörn On Sun, Jul 13, 2008 at 5:37 PM, Sam Washburn <[EMAIL PROTECTED]> wrote:

[jQuery] Re: jQuery Validation Error

2008-07-13 Thread Sam Washburn
Ok, so I'm not crazy :D I've uploaded a stripped down version that throws the error, here: http://sam-n-rachel.com/ccn/tests/jqTest/jqTest.html Thanks again! Sam On Jul 13, 5:49 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > I can't see any obvious error in your code. Could you upload a > te

[jQuery] Re: jQuery Validation Error

2008-07-13 Thread Jörn Zaefferer
I can't see any obvious error in your code. Could you upload a testpage and provide the link? Jörn On Sun, Jul 13, 2008 at 2:45 AM, Sam Washburn <[EMAIL PROTECTED]> wrote: > > Hello all, > > I'm using jQuery 1.2.6 and Validation 1.3, and I'm getting an error > message in my firebug console when