Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Tooltip: Pass the tooltip element in the open and close events. | Scott González | 2011-05-30 | 1 | -12/+9 |
| | |||||
* | Tooltip demos: Better tooltip content for custom animations. | Scott González | 2011-05-28 | 1 | -3/+3 |
| | |||||
* | Tooltip: Changed custom animation demo and changed the logic for showing ↵ | Scott González | 2011-05-28 | 1 | -17/+23 |
| | | | | tooltips so custom position options can perform animations. | ||||
* | Tooltip demos: Cleanup. | Scott González | 2011-05-27 | 1 | -25/+24 |
| | |||||
* | Tooltip: Overhaul widget animations code to allow delay with plain show/hide | Jörn Zaefferer | 2011-05-02 | 1 | -3/+5 |
| | |||||
* | Tooltip: Add support for delaying showing/hiding. Still need to figure | jzaefferer | 2011-04-21 | 1 | -2/+4 |
| | | | | out how to combine that with non-animated show/hide. | ||||
* | Custom tooltip animations based on widget-animations branch. | jzaefferer | 2011-04-15 | 1 | -7/+4 |
| | |||||
* | Overhaul tooltip implementation. Avoid queuing and other problems by | jzaefferer | 2011-04-13 | 1 | -2/+5 |
| | | | | | | | | | 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.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 1 | -1/+1 |
| | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
* | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | Tooltip: Added demo for custom animations | jzaefferer | 2010-10-26 | 1 | -0/+55 |