An error occurred while fetching the assigned milestone of the selected merge_request.
docs/_includes/js
tooltips.html +8 -0
examples/tooltips
viewport.html +103 -0
js
tests/unit
tooltip.js +79 -2
tooltip.js +63 -39
+ 8
- 0
@@ -134,6 +134,14 @@ $('#example').tooltip(options)
examples/tooltips/viewport.html
0 → 100644
+ 103
- 0
+ 79
- 2
@@ -337,12 +337,12 @@ $(function () {
@@ -352,6 +352,7 @@ $(function () {
@@ -428,4 +429,80 @@ $(function () {
+ 63
- 39
@@ -34,14 +34,19 @@
@@ -157,18 +162,14 @@
@@ -228,29 +229,20 @@
@@ -303,12 +295,15 @@
@@ -316,6 +311,35 @@