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/
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
2 matches
Mail list logo