aboutsummaryrefslogtreecommitdiffstats
path: root/demos/position
Commit message (Collapse)AuthorAgeFilesLines
* All: Remove usage of jQuery positional selectorsMichał Gołębiowski-Owczarek2020-01-221-12/+12
| | | | | | | | | | | | | | | | | jQuery positional selectors () have been deprecated in [jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/) and they'll be removed in jQuery 4.0.0. This PR removes their usage. Most of the changes were possible without changing public API. However, dropping `:even` usage required a change to the [`header` option](https://api.jqueryui.com/accordion/#option-header) of the accordion widget. I made it an optional function; this will need to be documented. The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was no usage of the :odd selector in the code but the `.odd()` method is also polyfilled for completeness. Closes gh-1904
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-302-0/+2
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Position: Update demos to use AMDAlexander Schmitz2015-07-212-16/+4
| | | | Ref #10119
* Position: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-5/+5
|
* Build: Reorganize external directoryScott González2014-06-242-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Position demo: Address todo comment by replacing plugin methodsJörn Zaefferer2014-04-241-22/+21
|
* Demos: Adding <meta name="viewport"> tag for easier mobile browsingTJ VanToll2014-03-071-0/+1
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-052-2/+2
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-242-10/+10
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Position demo: Added missing semicolon.Mohsen Ekhtiari2013-08-121-1/+1
|
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-052-2/+2
| | | | | 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-052-2/+2
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-172-2/+2
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-142-2/+2
|
* Position: Removed offset option. Fixes #6982 - Position: Remove offset option.Scott González2012-10-251-5/+0
|
* Cleanup demos: Copy&paste errors in titles, bad descriptions or stylingJörn Zaefferer2012-10-241-2/+4
|
* Demos: Fixed titles.Scott González2012-10-081-1/+1
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-202-2/+2
|
* Demos: Cleanup.Scott González2012-09-103-51/+36
|
* Position cycler demo: Cleanup.Scott González2012-08-261-26/+12
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-132-2/+2
|
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* Fix various issues in our html files, first batchJörn Zaefferer2012-04-231-3/+3
|
* 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-222-2/+2
|
* Position: Fix initial positioning of cycler demo.Jörn Zaefferer2012-02-231-12/+15
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-222-2/+2
|
* Upgrade jQuery to 1.7.Scott González2011-11-092-2/+2
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-182-2/+2
|
* 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-252-2/+2
|/
* Position: Merged offset option into my and at options and added support for ↵Scott González2011-03-221-4/+2
| | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-022-2/+2
|
* Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-193-0/+0
|
* Upgraded jQuery to 1.4.4.Scott González2010-11-122-2/+2
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-212-2/+2
|
* Position demos: Coding standards.Scott González2010-09-103-99/+90
|
* 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-123-3/+6
|
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-162-2/+2
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-162-2/+2
| | | | file renames in 1.8a1
* switched to jQuery 1.4.1Richard Worth2010-01-272-2/+2
|
* switched to jQuery 1.4Richard Worth2010-01-202-2/+2
|