JQuery Validation Library (Document! X Sample)
jQuery.validator Namespace / methods type / remote Method
The URL of the resource to request for serverside validation (String) or options to fully customize the request, see jQuery.ajax for details.
In This Topic
    remote Method
    In This Topic
    Requests a resource to check the element for validity.
    Syntax
    var value; // Type: Boolean
    
    // Parameters
    var options; // Type:  Object
    
    value = jQuery.validator.methods.remote(options);
    function remote( 
       options : Object
    ) : Boolean;

    Parameters

    options
    The URL of the resource to request for serverside validation (String) or options to fully customize the request, see jQuery.ajax for details.
    Browser Compatibility
    8
    5
    5
    See Also