Wijmo UI for the Web
ajaxOptions Option

Default value: null

A value that indicates additional Ajax options to consider when loading panel content (see $.ajax).

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijwizard("option", "ajaxOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijwizard("option", "ajaxOptions", newValue);
        
});
Javascript (Specification) 
var ajaxOptions : object;
Remarks
Please see following link for more details, http://api.jquery.com/jQuery.ajax/ .
Browser Compatibility
7
5
5

See Also

Reference

options type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.