Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use pushStack in tooltip's widget method. See #5732 | jzaefferer | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | Tooltip: Updated positioning - let user also customize of-property | jzaefferer | 2010-07-20 | 1 | -2/+2 | |
| | ||||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | jzaefferer | 2010-07-09 | 1 | -4/+4 | |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | |||||
* | Show tooltip before positioning it to fix scrolling issue, then hide again ↵ | jzaefferer | 2010-05-19 | 1 | -2/+2 | |
| | | | | before animation | |||||
* | Tooltip: Improve fadeout animation to handle case where tooltip overlays the ↵ | jzaefferer | 2010-04-23 | 1 | -1/+3 | |
| | | | | element, causing it to hide instantly and never appearing again | |||||
* | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 1 | -9/+9 | |
| | | | | triggered events | |||||
* | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 1 | -0/+145 | |
| | | | | 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 | 1 | -145/+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: Renamed show to open and open to _show (based on spec), changed ↵ | unknown | 2010-03-31 | 1 | -6/+8 | |
| | | | | trigger(show) to trigger(open) and added trigger(close); always use element as target, enabling programmatic opening and closing | |||||
* | Tooltip: Added comment about asny response handling | jzaefferer | 2010-03-25 | 1 | -0/+1 | |
| | ||||||
* | Tooltip: Add role='application' to body when there is no role attribute; ↵ | jzaefferer | 2010-03-25 | 1 | -0/+5 | |
| | | | | required for screenreaders to interpret aria attributes correctly | |||||
* | Tooltip: Fix positioning | jzaefferer | 2010-03-25 | 1 | -1/+4 | |
| | ||||||
* | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) ↵ | jzaefferer | 2010-03-25 | 1 | -2/+2 | |
| | | | | support for event delegation | |||||
* | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 1 | -0/+134 | |