aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/forms.html
Commit message (Collapse)AuthorAgeFilesLines
* Tooltip: Turn of collision detection on forms demo for mobile renderingJörn Zaefferer2015-09-301-1/+2
| | | | | Slighly improves the result by avoiding the tooltip ending up on top of the input.
* 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-9/+2
| | | | Ref #10119
* Tooltip: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* 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
* Tooltip demo: Position tooltips next to inputs instead of over inputsJörn Zaefferer2014-04-241-1/+6
|
* 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-6/+6
| | | | | | | - 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
|
* Cleanup demos: Copy&paste errors in titles, bad descriptions or stylingJörn Zaefferer2012-10-241-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
|
* Tooltip: Make demos more accessible (and less stupid, in case of the forms ↵Jörn Zaefferer2012-05-091-24/+9
| | | | demo). Fixes #7842
* 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 demos: Cleanup.Scott González2011-05-271-47/+63
|
* 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: Update forms demo to programmatic-trigger onlyjzaefferer2010-10-261-2/+2
|
* Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵jzaefferer2010-04-211-1/+3
| | | | actually necessary
* The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-081-0/+69
| | | | 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-69/+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: Two more demos showing mousetracking with open/close events and ↵unknown2010-03-311-0/+69
using open/close methods to programmatically show/hide tooltips