aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-0/+1
| | | | | | | | | 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: Implementing event delegation support.jzaefferer2010-10-261-0/+1
|
* Tooltip: Added demo for custom animationsjzaefferer2010-10-261-0/+1
|
* Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵jzaefferer2010-04-211-4/+2
| | | | actually necessary
* The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-081-0/+21
| | | | 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-21/+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.
* Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-211-0/+21