aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/custom-animation.html
Commit message (Collapse)AuthorAgeFilesLines
* Update custom_render.html (#2242)mark van tilburg2024-04-251-3/+3
| | | | | This fixes mixed content errors on the selectmenu demo page at jqueryui.com. Closes gh-2242
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-301-0/+1
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Tooltip: Update demos to use AMDAlexander Schmitz2015-07-211-10/+2
| | | | Ref #10119
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-7/+7
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Demos: Cleanup.Scott González2012-09-101-8/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Effects: Renamed all files.Scott González2012-06-151-2/+2
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Tooltip: Pass the tooltip element in the open and close events.Scott González2011-05-301-12/+9
|
* Tooltip demos: Better tooltip content for custom animations.Scott González2011-05-281-3/+3
|
* Tooltip: Changed custom animation demo and changed the logic for showing ↵Scott González2011-05-281-17/+23
| | | | tooltips so custom position options can perform animations.
* Tooltip demos: Cleanup.Scott González2011-05-271-25/+24
|
* Tooltip: Overhaul widget animations code to allow delay with plain show/hideJörn Zaefferer2011-05-021-3/+5
|
* Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-211-2/+4
| | | | out how to combine that with non-animated show/hide.
* Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-151-7/+4
|
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-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.1Richard Worth2011-03-021-1/+1
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-221-1/+1
| | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
* Tooltip: Implementing event delegation support.jzaefferer2010-10-261-1/+1
|
* Tooltip: Added demo for custom animationsjzaefferer2010-10-261-0/+55