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

Default value: null

Determines which group the tooltip belongs to.

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

Reference

options type
wijtooltip jQuery Widget