aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tooltip.js
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-62/+68
| | | | | | | | | 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.
* Tooltip: Make sure we have a target before trying to open the tooltip.Scott González2011-02-261-0/+3
|
* Tooltip: Rename _show to _open.Scott González2011-02-261-4/+4
|
* Added version property to plugins that were missing them.Scott González2011-02-031-1/+2
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵Scott González2011-01-141-2/+1
| | | | widgets with simple destroy methods.
* Tooltip: Seperate restoring title attribute from assigning current-variable, ↵jzaefferer2010-12-031-1/+2
| | | | in case currentTitle is undefined.
* Tooltip: Update license header.jzaefferer2010-11-201-1/+1
|
* Tooltip: Implementing event delegation support.jzaefferer2010-10-261-3/+4
|
* Tooltip: Update _init to _createjzaefferer2010-10-261-1/+1
|
* Tooltip: Removing application role, should be set on application leveljzaefferer2010-10-261-5/+0
|
* Tooltip: Removing tooltipClass option; use ↵jzaefferer2010-10-261-3/+1
| | | | .tooltip("widget").addClass("whatever") instead
* Tooltip: Adding another ajax example to visual testcase. Fixing async ↵jzaefferer2010-10-211-13/+8
| | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton.
* Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-1/+1
|
* Tooltip: Updated positioning - let user also customize of-propertyjzaefferer2010-07-201-2/+2
|
* Updated copyright headers to make it clear that you can choose between MIT ↵jzaefferer2010-07-091-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 ↵jzaefferer2010-05-191-2/+2
| | | | before animation
* Tooltip: Improve fadeout animation to handle case where tooltip overlays the ↵jzaefferer2010-04-231-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 ↵jzaefferer2010-04-151-9/+9
| | | | triggered events
* The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-081-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"jzaefferer2010-04-011-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 ↵unknown2010-03-311-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 handlingjzaefferer2010-03-251-0/+1
|
* Tooltip: Add role='application' to body when there is no role attribute; ↵jzaefferer2010-03-251-0/+5
| | | | required for screenreaders to interpret aria attributes correctly
* Tooltip: Fix positioningjzaefferer2010-03-251-1/+4
|
* Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) ↵jzaefferer2010-03-251-2/+2
| | | | support for event delegation
* Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-211-0/+134