[jQuery] Re: Validate plugin: help with success function

2009-06-03 Thread Douglas Graves
Nevermind, I ended up trial and erroring through the plugin to find what I needed—it would be awesome if this could be added to the documentation for the plugin. The correct solution is below: $("#signup").validate({ //better error placement to keep from breaking the grid on checkboxes err

[jQuery] Validate plugin: help with success function

2009-06-01 Thread Douglas Graves
So while digging around in our group's past discussions centered around the Validate plugin (which is awesome by the way), I found a function that deals with the placement of the error message on an invalid input. This was great because I needed to append the error to the invalid input's parent l

[jQuery] One ajax post works, but one does not... kind of...

2009-04-14 Thread Douglas Graves
Okay, here's basic run down of this feature so that you know what you are actually looking at: 1) There is a form with a list of checkboxes that users can select. 2) When the user submits the form, my js file is supposed to ajax a post with an array of these checkboxes to the page itself. (We ha