I figured something out.. in de js file of the validator is the next
section:
formatAndAdd: function( element, rule ) {
var message = this.defaultMessage( element, rule.method
),
theregex = /\$?\{(\d+)\}/g;
if ( typeo
Hi,
I'm using Jquery.validation to remotly test if an e-mail is already
in use, it works fine, but... if i do a remote check, it returns the
correct response e.g. "some...@abc.com already in use" but when i
click on the field, and then somewere else the message changes to
"filename.php already i
I ran into the same problem as Ken.
Calling $("#form").validate().form() would yield true, even when the remote
validation should have been failing. The problem is...
(1) When calling .validate.form() -- it returns prematurely with the status
of "pending" for all remote validation rules.
(2)
enGreer
To: jQuery (English)
Date: Monday, December 21, 2009, 9:15:37 AM
Subject: [jQuery] (validation): remote rule causes submit to abort, fix
included
With the validation plugin (http://bassistance.de/jquery-plugins/
jquery-plugin-validation/) I included two "remote" rules to check
us
The plugin will submit the form after the async request finishes. The
remaining problem is that any submit-button won't be submitted. Maybe thats
the problem you had?
Jörn
On Mon, Dec 21, 2009 at 8:15 AM, KenGreer wrote:
> With the validation plugin (http://bassistance.de/jquery-plugins/
> jque
With the validation plugin (http://bassistance.de/jquery-plugins/
jquery-plugin-validation/) I included two "remote" rules to check
username and e-mail. If my form is loaded such that the username and e-
mail are already filled in, and, therefore, have not yet been
validated, and I click SUBMIT, va
I have a form with validation remote. The form is loaded through ajax
call. The remote validation works in Firefox, Opera and Chrome except
IE. When I run it on IE, I can not submit the form, it throws an
error:
Message: Object doesn't support this property or method
Line: 718
Char: 4
Code: 0
URI:
Can you set required as remote?
For example I have a year field where the server validates the rules, 4
numeric characters, required.
But rather then having to put the rules for every field in the js required:
true, number: true, maxlength 4, minlength:4 that are duplicates the the
server valid
Hi,
I am using a remote rule & an external file to check in a form that a
username is available. I am trying to show a loading symbol (or a
message that says "checking your username is available" ) while the
ajax query is running. Does anyone here know how to do this?
Thanks!
Hi, my validation summary worked quite fine before I made a remote
username check available to it. The problem is when for the first time
an already existing username is entered into the username box, the
error div pops alright saying that the username already exists in the
db. however when I go b
10 matches
Mail list logo