[jQuery] Remote Validation

2009-11-16 Thread Dave Maharaj :: WidePixels.com
Does anyone know how to add the spinner to the field that's being checked remote? I have the validation and the rules working. I just cant seem to see how to add the little gif to let the user know something is happening while it checking. $(document).ready(function(){ $('#Registrat

[jQuery] remote validation

2009-05-06 Thread Mekilioz
I'm trying to do a jquery remote validation on a 'Name' text field. The validation checks if the name is unique, hence it has to be done through the remote method. 'Save' button onclick is attached to this javascript method function validateName() { txtName.rule

[jQuery] remote validation

2009-03-23 Thread MartinBorthiry
Hello: I'm using the validation plugin on my site to make remote validations, and it is working graet! But, I note that the ajax call is made allways. I think that that call only has to be done when the input value has changed. Has no sense to validate a value which has not changed. It is po

[jQuery] remote validation (Validation)

2009-03-05 Thread danc
Hi: I have a warranty registration form where I am using validate.js to validate the inputs.Everything works fine except that I have a serial number field where I use the remote validation function. One weird thing I have noticed is that if I put the remote call in the rules section, the remote w

[jQuery] remote validation with additional parameter

2008-11-20 Thread SMaDeP
I want to make a duplicate check with remote validation, but I need an additional parameter like the parent key (no duplicate article numbers within one order)! does addMethod support async validation? can I add an additional parameter to the remote-url? How? Thanks in advance, Stefan

[jQuery] Remote validation of a telephone number using validate.js

2008-06-18 Thread cryptid
I am using Jörn's validation plugin to validate a form and I want to validate a telephone number against a database using the remote function. The telephone number is in the format 999- and it is being passed to my database as a calculated number instead of as a string. Does anyone know how I