Wijmo UI for the Web
ajaxCallback Option
wijmo.tooltip.wijtooltip Namespace > options type : ajaxCallback Option

Default value: null

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

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

Reference

options type
wijtooltip jQuery Widget