[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-06-01 Thread MorningZ
Ya know.. you are going to run into major issues if the fix is that your code has to be at the problem You've got underlying issues that you really really should get help on before you continue... and it's absolutely impossible to do so unless you provide a live and working (well, *non-working*)

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-06-01 Thread stevegmag
Thanks everyone. I verified the includes and, not sure if this fixed it, but I moved all the validate code to the bottom of ready() function and everything started working. Really a great plugin! Having other issues, but will post those in new thread.

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-05-24 Thread amanda apple
ed that the paths are correct, neither of the plug-ins are >> working. >> > >> > >> > > src="/misc/js/customForm/cust_select_plugin.js"> >> > > src="/misc/js/validate/jquery.validate.js"> >> > >> >

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-05-24 Thread amanda apple
jquery.validate.js"> > > > > ____________ > > From: Jörn Zaefferer > > To: jquery-en@googlegroups.com > > Sent: Sunday, May 24, 2009 9:26:24 AM > > Subject: [jQuery] Re: validate plugin error: $("#short-form").validate is

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-05-24 Thread MorningZ
gt; src="/misc/js/customForm/cust_select_plugin.js"> > src="/misc/js/validate/jquery.validate.js"> > > > From: Jörn Zaefferer > To: jquery-en@googlegroups.com > Sent: Sunday, May 24, 2009 9:26:24 AM > Subject: [jQuery] Re

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-05-24 Thread Jörn Zaefferer
gt; From: Jörn Zaefferer > To: jquery-en@googlegroups.com > Sent: Sunday, May 24, 2009 9:26:24 AM > Subject: [jQuery] Re: validate plugin error: $("#short-form").validate is > not a function > > You most likely screwed up the javscript include of > jquery.validate.

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-05-24 Thread Gallagher Steven
re working. From: Jörn Zaefferer To: jquery-en@googlegroups.com Sent: Sunday, May 24, 2009 9:26:24 AM Subject: [jQuery] Re: validate plugin error: $("#short-form").validate is not a function You most likely screwed up the javscript include of jquery.validate.js. M

[jQuery] Re: validate plugin error: $("#short-form").validate is not a function

2009-05-24 Thread Jörn Zaefferer
You most likely screwed up the javscript include of jquery.validate.js. Make sure the path is right. Jörn On Sat, May 23, 2009 at 5:51 PM, stevegmag wrote: > > jQuery JavaScript Library v1.3.2 > jQuery validation plug-in 1.5.2 > > I think I'm using this plug-in straight from the examples for a s