[jQuery] problem with validation plugin using the remote option

2010-01-01 Thread rmirabelle
I'm having a problem with the validation plugin. Any time I try to use the remote option, I get the same javascript error, regardless of my configuration settings. The error is this: Error: this.settings.messages[element.name] is undefined Source File: http://localhost/toldya6/liquid/scripts/js/

[jQuery] Problem with validation

2008-03-09 Thread Greg Baker
I'm making a call to my validate() function when the document loads, passing it an array of the following format: [field_id] => [rule], [message] I am looping on field_id, assigning a blur function that checks the rule (which is a regexp), displaying a div if the regexp check fails... function v