Click or drag to resize

ToolTipContainerSelector Property

Gets or sets the selector for the element to append the tooltip to.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string ContainerSelector { get; set; }

Property Value

Type: String
Remarks
This option is particularly useful in that it allows you to position the tooltip in the flow of the document near the triggering element - which will prevent the tooltip from floating away from the triggering element during a window resize.
See Also