jQuery.wijmo.wijtooltip Namespace > options type : content Field |
Default value: ""
Sets the tooltip's content.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijtooltip.options.content; |
Javascript (Specification) | |
---|---|
|
//Set tooltip's content to "my content". $(".selector").wijtooltip("option", "content", "my content").