aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/tracking.html
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Add track optionJörn Zaefferer2012-06-141-21/+1
|
* Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened ↵Scott González2012-06-131-4/+7
| | | | on hover. Don't let the positioning of one tooltip affect other tooltips.
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Tooltip demo: Use position option in tracking demo.Scott González2011-10-081-6/+8
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Tooltip demos: Cleanup.Scott González2011-05-271-32/+32
|
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-7/+6
| | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that.
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-221-1/+1
| | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
* Tooltip: Implementing event delegation support.jzaefferer2010-10-261-1/+1
|
* The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-081-0/+65
| | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done
* Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-011-65/+0
| | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master.
* Tooltip: Two more demos showing mousetracking with open/close events and ↵unknown2010-03-311-0/+65
using open/close methods to programmatically show/hide tooltips