Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip: Add drop effect to tooltip animations test | Jörn Zaefferer | 2011-05-02 | 1 | -0/+11 |
| | |||||
* | Tooltip: Add visual testpage for animations | Jörn Zaefferer | 2011-05-02 | 1 | -0/+61 |
| | |||||
* | Overhaul tooltip implementation. Avoid queuing and other problems by | jzaefferer | 2011-04-13 | 1 | -10/+15 |
| | | | | | | | | | 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 | 2 | -2/+2 |
| | |||||
* | Fixed broken reference to theme file. | Scott González | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed references to jQuery. | Scott González | 2011-01-10 | 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 | -20/+25 |
| | |||||
* | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 1 | -9/+6 |
| | |||||
* | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵ | jzaefferer | 2010-10-21 | 1 | -0/+21 |
| | | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton. | ||||
* | Tooltip: Enhanced visual test to include a few more buttons and a high ↵ | jzaefferer | 2010-05-15 | 1 | -5/+14 |
| | | | | element to get a scrollbar | ||||
* | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 3 | -0/+364 |
| | | | | 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" | jzaefferer | 2010-04-01 | 3 | -364/+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: Add Button to visual test page to test interoperability | jzaefferer | 2010-03-25 | 1 | -0/+18 |
| | |||||
* | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) ↵ | jzaefferer | 2010-03-25 | 1 | -2/+2 |
| | | | | support for event delegation | ||||
* | Tooltip: Added another element for testing the issue with mouseover/out | jzaefferer | 2010-03-21 | 1 | -1/+5 |
| | |||||
* | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 3 | -0/+342 |