aboutsummaryrefslogtreecommitdiffstats
path: root/demos/position
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-072-12/+12
| | | | menu; including menu static tests).
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-162-0/+2
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-172-6/+6
| | | | 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-246-0/+300