Wijmo UI for the Web
ajaxOptions Option

Default value: null

Additional Ajax options to consider when loading tab content (see $.ajax).

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijtabs("option", "ajaxOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijtabs("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
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.