remote Method
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
See Also