aboutsummaryrefslogtreecommitdiffstats
path: root/demos/position/default.html
Commit message (Collapse)AuthorAgeFilesLines
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-301-0/+1
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Position: Update demos to use AMDAlexander Schmitz2015-07-211-9/+2
| | | | Ref #10119
* Position: 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
* 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.
* Revert "Position: Use absolute positioning when getting scrollbar width to ↵Scott González2013-05-161-46/+104
| | | | | | avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues." This reverts commit 1d3b8ff78eaa3d64a839ba34af34d1e8b24f82af.
* Position: Use absolute positioning when getting scrollbar width to avoid ↵Scott González2013-05-161-104/+46
| | | | reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
* Position demo: Fixed usage of center positioning.Scott González2013-04-251-2/+2
|
* 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
|
* Position: Removed offset option. Fixes #6982 - Position: Remove offset option.Scott González2012-10-251-5/+0
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Demos: Cleanup.Scott González2012-09-101-9/+2
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* Position: Simplify default demo by removing drag functionality on positioned ↵Scott González2012-04-151-31/+6
| | | | elements. Fixes #5380 - Position Demo breaks when dragging an element.
* 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
|
* Position demo: Updated sizes of elements.Scott González2011-09-161-4/+11
|
* Position: Added better collision detection for flip and fit, added visual ↵kborchers2011-08-121-0/+2
| | | | tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-3/+15
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Position: Cleanup up position demo CSS and add it to the within-visual-testJörn Zaefferer2011-07-121-7/+7
| |
| * Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ↵Benjamin Sterling2011-07-111-0/+12
| | | | | | | | if the element is flipped via css
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|/
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Position demos: Coding standards.Scott González2010-09-101-40/+34
|
* position demo - fixed html validation issue. Hopefully will fix #5358 - ↵Richard Worth2010-03-171-86/+84
| | | | Position Demo is borked
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-1/+1
| | | | file renames in 1.8a1
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-4/+5
| | | | menu; including menu static tests).
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-3/+3
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* position: improved default demo to use position:absolute instead of fixed - ↵Jörn Zaefferer2009-08-161-1/+1
| | | | with fixed, the positioned element doesn't move on scroll
* Copied position plugin from /branches/dev/positionTo r2971.Scott González2009-07-241-0/+158