aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tooltip.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-081-2/+3
| | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-3/+3
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Tooltip: Remove name attribute from elements in the live regionJiabao Wu2015-04-221-0/+1
| | | | | Fixes #11272 Closes gh-1544
* Tooltip: Follow the standard appendTo logicScott González2015-03-261-1/+11
| | | | | | | | | Even though there's no reason to ever configure the parent element via an `appendTo` option, following the standard logic is useful for scrollable elements and native dialogs. Fixes #10739 Closes gh-1517
* Tooltip: Fix style issuesJörn Zaefferer2015-03-181-33/+33
| | | | Closes gh-1492
* Tooltip: Add classes optionAlexander Schmitz2015-03-111-11/+30
| | | | | Ref #7053 Ref gh-1411
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Tooltip: Register event handlers before content is loadedMarco Ziech2015-02-251-7/+19
| | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456
* Theme: Improve default theme stylingJasper de Groot2015-01-271-1/+2
| | | | | | | | | | | | | | | | | | Changes tooltip to use the ui-widget-shadow class, which now applies the box-shadow style. .ui-widget-shadow was created when box-shadow wasn't available. By now, there's no point in faking a custom shadow anymore. This removes the only non-structural CSS from a widget-specific file. Updates demos to use the same font-family, removes unused images. Will be available as the new default theme on ThemeRoller called "Base", while "UI Smoothness" and "UI Lightness" will still be available in the gallery. Fixes #10617 Fixes #10880 Closes gh-1436 Ref jquery/download.jqueryui.com#248
* Tooltip: Accept HTMLElement and jQuery objects for the content optionDaniel Owens2015-01-121-8/+5
| | | | | | Fixes #9278 Closes #983 Closes #1421
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* 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