[jQuery] Re: JQuery Form Plugin

2009-05-20 Thread Dez
Doh! Of course as soon as I post that something occurs to me that hadn't before. During a testing cycle a script tag for jquery was added to the output from the form. I guess that reinitializes everything, which makes sense. Pulled the tag from the output and everything is fine again. -Sean

[jQuery] JQuery Form Plugin

2009-05-20 Thread Dez
I've been using the Form plugin for a while a just recently (within the last week) something has gummed up the works and I'm not sure what. Here is my code. $().ready( function(){ $('#productListForm').ajaxForm({ target: '#toolList', error: function(request, textStatus, errorT

[jQuery] [validate] Multiplying error messages

2008-12-07 Thread Dez
This is my first time trying to use the validate script. It looks great, but something is wrong with my set up. I basically tried copying the functionality of the simple demo. $(document).ready( function(){ $('#regForm').validate(); }); Register