JQuery Validation
remote Method
Requests a resource to check the element for validity.
Syntax
var value; // Type: Boolean 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.