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

Default value: ""

A value that indicates whether to set user-defined class.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijtooltip("option", "cssClass");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijtooltip("option", "cssClass", newValue);
        
});
var cssClass : string;
See Also

Reference

options type
wijtooltip jQuery Widget