KO body…
Note we do not use the standard bootstrap alert 'close' as it removes the element from the DOM. Instead we fade in and out via jQuery.
Also note that valid values for alertType are 'info', 'success', 'error' - any other value will default to a standard alert
Fade alert Show/Hide alert Block Type
Note the 'collapseIsOpen' binding and the 'collapseTarget/collapseAction' bindings should not be used together, rather one or the other, as the collapseTarget binding will not update the observable attached to the collapseIsOpen of the target element.
Toggle Click Target Show Hide Toggle
Note all standard tooltip options can be set in the 'tooltipOptions' binding with the exception of the 'selector' and 'title' options as they do not apply to the case of stateful tooltip control via Knockout bindings.
Placement Trigger Delay Title Animation HTML
This is a tooltip example.Toggle Click Target Show Hide Toggle
This is a tooltip. This is another tooltip.
Note all standard popover options can be set in the 'popoverOptions' binding with the exception of the 'selector', 'title', and 'content' options as they do not apply to the case of stateful popover control via Knockout bindings.
Placement Trigger Delay Title Content Animation HTML
This is a popover example.