Wijmo UI for the Web
ajaxCallback Option

Default value: null

A function that defines a callback when AJAX is uesd to set the content property.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtooltip("option", "ajaxCallback");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijtooltip("option", "ajaxCallback", newValue);
        
});
Javascript (Specification) 
var ajaxCallback : any;
Remarks
In AJAX's complete callback method, the user set the callback data to the content option.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.