aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-082-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901
* All: Remove uses of `jQuery.proxy()`Scott González2017-05-171-1/+1
| | | | | Ref #15160 Closes gh-1813
* Demos: Fix a typo with an extra semicolonRobert Brignull2017-05-101-1/+1
| | | | Closes gh-1812
* Themes: Optimize PNG files with zopflipngJo Liss2016-11-291-0/+0
| | | | Closes gh-1772
* Tabs: Don't blur focused tab on sortScott González2016-10-121-1/+12
| | | | | Fixes #14627 Closes gh-1761
* Autocomplete: Escape HTML tags in callback name to avoid XSS in demoScott González2016-09-221-1/+4
| | | | Fixes #15048
* Slider: Add demo for custom handleScott González2016-09-132-0/+43
| | | | | Fixes #15023 Closes gh-1740
* Autocomplete: Remove unreachable code in remote demoScott González2016-09-011-3/+1
|
* Autocomplete: Change JSONP demo to use local data sourceScott González2016-09-012-17/+19
| | | | Fixes #14974
* Demos: Optimize *.png with zopflipngVille Skyttä2016-08-243-0/+0
| | | | | | zopflipng -m, version 1.0.1. Closes gh-1726
* All: Replace non-breaking spaces with regular spacesScott González2016-06-082-2/+2
|
* All: Optimize png images losslessly using zopflipngPeter Dave Hello2016-06-0612-0/+0
| | | | Closes gh-1710
* Controlgroup: Fix rendering of labelsAlexander Schmitz2016-05-261-1/+1
| | | | | Fixes #14967 Closes gh-1703
* Selectmenu: Added missing semicolonAnne-Gaelle Colom2016-03-301-1/+1
| | | | Closes gh-1689
* Controlgroup: Fix quote style in demoScott González2016-02-161-1/+1
|
* Draggable: Change element ids in demoScott González2015-11-091-2/+2
|
* Demos: Link widget demo to learn siteJörn Zaefferer2015-10-301-0/+1
| | | | | Ref jquery/jqueryui.com#39 Closes gh-1637
* Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15Jörn Zaefferer2015-10-081-1/+1
|
* Controlgroup: Update toolbar demo to warn about "this is just a demo"Jörn Zaefferer2015-10-081-2/+3
|
* Controlgroup: Address review commentsAlexander Schmitz2015-10-081-9/+10
|
* Checkboxradio: Address review commentsAlexander Schmitz2015-10-083-27/+42
|
* Button: address review commentsAlexander Schmitz2015-10-081-7/+7
|
* Controlgroup: Fixes for spinnerAlexander Schmitz2015-10-081-2/+0
|
* Controlgroup: fixup for spinner and labelAlexander Schmitz2015-10-081-2/+4
|
* Controlgroup: Add controlgroup labelsAlexander Schmitz2015-10-082-228/+256
|
* Controlgroup: Add spinner to widgets controlgroup works withAlexander Schmitz2015-10-081-1/+4
|
* Controlgroup: Fix headers and demosAlexander Schmitz2015-10-083-25/+37
|
* Controlgroup: Add missing entry to demos bootstrapAlexander Schmitz2015-10-083-36/+6
|
* Controlgroup: add demos to bootstrapAlexander Schmitz2015-10-081-0/+1
|
* Demos: Add checkboxradio to bootstrapAlexander Schmitz2015-10-081-0/+1
|
* Checkboxxradio: Adjust demo headersAlexander Schmitz2015-10-082-2/+2
|
* Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-088-230/+12
|
* Controlgroup: Inital commit of new widgetAlexander Schmitz2015-10-077-101/+97
| | | | This widget replaces the buttonset widget
* Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-0715-0/+746
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-075-114/+67
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-5/+14
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* 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-30129-2/+131
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Demos: Remove use of disableSelection() in widget demo, no needJörn Zaefferer2015-09-211-3/+1
| | | | Ref 4916487440b0c087e6e5996522cf478af26df591
* Demos: Add missing disable-selection dependency in sortable-ish demosJörn Zaefferer2015-09-218-8/+8
| | | | | Ref 4916487440b0c087e6e5996522cf478af26df591 Ref #9647
* Demos: Style updatesAlexander Schmitz2015-08-211-2/+1
| | | | | Ref #14246 Ref gh-1588
* Widget: Style updatesAlexander Schmitz2015-08-211-13/+13
| | | | | Ref #14246 Ref gh-1588
* Effects: Style updatesAlexander Schmitz2015-08-215-19/+19
| | | | | Ref #14246 Ref gh-1588
* Droppable: Style updatesAlexander Schmitz2015-08-211-8/+8
| | | | | Ref #14246 Ref gh-1588
* Tabs: Style updatesAlexander Schmitz2015-08-211-5/+5
| | | | | Ref #14246 Ref gh-1588
* Tooltip: Move tooltip into widgets directoryAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Tabs: Move tabs into widgets directoryAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Spinner: Move spinner into widgets folderAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Sortable: Move sortable into widgets folderAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885
* Slider: Move slider into widgets folderAlexander Schmitz2015-08-081-1/+2
| | | | Ref #13885