This message is to notify you that your ticket has been submitted.

Ticket ID: 1752-2524031710

Message:
----------------------------------

dear all,

i'm working with jQuery validation to validate the fields in a form.
in this form i have also the captcha (the check is verified through
ajax).
check the code below:

jQuery.validator.addMethod("Captcha",
function(value, element) {
jQuery.get("/captcha.asp?validateCaptchaCode=" +  jQuery
("#captchacode").val() + "", function(data){
                        if (data == 1)
                                {
                                        result = true;
                                }
                        return true;
                        });
                return this.required(element) || true;
                });
----------------------------------

To check the status of this ticket, visit:
http://www.infiniteskills.com/helpdesk/index.php?action=ticket&id=MTc1Mi0yNTI0MDMxNzEw&ide=anF1ZXJ5LWVuQGdvb2dsZWdyb3Vwcy5jb20=

Reply via email to