aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tooltip.js
Commit message (Expand)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-444/+0
* All: Remove "Depends" commentRafael Xavier de Souza2014-01-241-5/+0
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-3/+18
* Tooltip: Preserve the title after disabling twiceMichael Wiencek2014-01-091-1/+1
* Tooltip: Only bind remove handler for delegated tooltipsScott González2014-01-091-4/+11
* Tooltip: On close and destroy only set title if empty or undefinedDaniel DeGroff2014-01-061-2/+6
* Tooltip: Improve accessibility by adding content to an aria-live divDylan Barrell2013-12-191-1/+24
* Tooltip: Use .uniqueId() and move aria-describedby helper methods into the wi...Scott González2013-10-241-36/+34
* Tooltip: Avoid errors on mouseover of tooltips with parents that have no titl...Mike Sherov2013-01-111-1/+3
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Tooltip: Clear the tracking interval on close. Fixes #8920 -Tooltip potential...Scott González2012-12-181-1/+4
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-2/+2
* Tooltip: Escape the title attribute so that it's treated as text and not HTML...Scott González2012-11-271-1/+3
* Tooltip: Removed logic for handling tracking tooltips which gain focus while ...Scott González2012-11-141-14/+2
* Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not hid...Scott González2012-11-141-1/+10
* Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ...Scott González2012-11-091-1/+1
* Tooltip: Use ui-tooltip-open instead of tooltip-open for data key.Scott González2012-11-051-4/+4
* Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ...Jörn Zaefferer2012-11-051-1/+1
* Tooltip: Check type on event directly, preventing TypeError when programmatic...Jörn Zaefferer2012-11-051-1/+1
* Tooltip: Use attributes, not properties, when checking for parent tooltips. F...Scott González2012-10-281-7/+8
* Removed bgiframe.Scott González2012-10-261-3/+0
* Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To...Jörn Zaefferer2012-10-241-0/+4
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-2/+2
* Tooltip: Position below the element and set a max width of 300px to more clos...Scott González2012-10-231-2/+2
* Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delay...Andrew Couch2012-10-211-2/+16
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De...Andrew Couch2012-10-211-2/+14
* Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Rem...Jörn Zaefferer2012-10-211-15/+10
* Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removi...Jörn Zaefferer2012-10-211-4/+34
* Tooltip: Comment why we need to use closestJörn Zaefferer2012-10-191-1/+3
* Tooltip: Change the default items selector to exclude disabled elements. Fixe...Scott González2012-10-121-1/+2
* Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ...Scott González2012-10-051-1/+17
* Tooltip: Check if event exists before checking properties in open(). Fixes #8...Scott González2012-10-051-1/+1
* typoScott González2012-10-041-1/+1
* Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - To...Scott González2012-10-041-0/+2
* Updated docs URLS.Scott González2012-09-261-0/+2
* Tooltip: Allow strings for content option.Scott González2012-08-311-1/+6
* Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Un...Scott González2012-08-311-7/+21
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Tooltip: Reposition tracking tooltips when they gain focus.Scott González2012-06-141-5/+13
* Tooltip: Add track optionJörn Zaefferer2012-06-141-5/+24
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-1/+1
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-2/+2
* Tooltip: When calling the content response method multiple times, only update...Scott González2012-06-131-7/+10
* Tooltip: Cleanup commentsJörn Zaefferer2012-05-221-2/+3
* Tooltip: Handle multiple aria-describedby values.Scott González2012-05-221-4/+29
* Tooltip: Fix the accessible properties IE exposesJörn Zaefferer2012-05-091-4/+8
* Tooltip: Only check if the element is active if the event that is causing the...Scott González2012-04-301-1/+4
* Tooltip: Remove bad docs links from headersJörn Zaefferer2012-04-171-2/+0
* Lint fixes.Scott González2012-04-021-1/+1