- 31 Aug, 2015 1 commit
-
-
Gleb Mazovetskiy authored
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
-
- 29 Aug, 2015 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 27 Aug, 2015 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 25 Aug, 2015 1 commit
-
-
XhmikosR authored
-
- 24 Aug, 2015 1 commit
-
-
Chris Rebert authored
And link to a relevant blog post w/ more info. Refs #16966 [skip sauce]
-
- 23 Aug, 2015 4 commits
-
-
Chris Rebert authored
Fixes grammatical erratum from cf7819d8
-
Mark Otto authored
-
Heinrich Fenkart authored
-
Mark Otto authored
-
- 22 Aug, 2015 2 commits
-
-
vsn4ik authored
-
Kevin Kirsche authored
Fix #17234
-
- 21 Aug, 2015 17 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Kevin Kirsche authored
Fix #17182
-
Chris Rebert authored
Otherwise the "Heads up!" is at the end of the previous line, making the connection to the warning unclear.
-
Chris Rebert authored
[skip sauce]
-
Heinrich Fenkart authored
Mostly links. Fixes #17056.
-
- 20 Aug, 2015 6 commits
-
-
Heinrich Fenkart authored
-
Kevin Kirsche authored
Fix #17125
-
Zac Echola authored
-
Christian Oliff authored
Fix tether typo
-
Zac Echola authored
-
Benjamin Dean authored
-
- 19 Aug, 2015 6 commits
-
-
gps035 authored
-
Pete Nykänen authored
One extra `</p>` was out of place, plus couple of issues with `'s which caused some odd formatting.
-
Chris Rowe authored
-
Bram van Leur authored
-
Supergibbs authored
-
Thomas McDonald authored
-