js
tests/unit
popover.js +10 -0
tooltip.js +11 -0
tooltip.js +1 -0
+ 10
- 0
@@ -46,6 +46,16 @@ $(function () {
+ 11
- 0
@@ -295,6 +295,17 @@ $(function () {
+ 1
- 0
Created by: JasonAllenCorns
refer to https://github.com/twbs/bootstrap/pull/12342; recovering from botched rebase...forked fresh and manually merged changes.
Tests passing.
Preferences
primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference.