JQuery Validation Library (Document! X Sample)
remote Method
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.
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

Reference

methods type
methods Members