aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tooltip.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.41.11.4Scott González2015-03-111-2/+2
|
* Tooltip: Register event handlers before content is loadedMarco Ziech2015-03-101-7/+19
| | | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456 (cherry picked from commit c4e367bb31c21d7c8b2701c626a92a2f13be5af4)
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-091-1/+1
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* Tooltip: Properly track hiding and closing for delegated tooltipsScott González2014-10-091-26/+36
| | | | | Fixes #10602 Closes gh-1353
* Tooltip: Treat the tooltip as closing until it's fully removedScott González2014-08-061-1/+8
| | | | | | | This ensures that we don't trigger the close event twice if the tooltip is destroyed during the hide animation. Closes gh-1306
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+444
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029