GitHub / comensee/jquery-ui / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 3c46ffd2 | adding selectmenu | Alain Bangoula <a****n@c****r> | almost 14 years ago | |
| 972587a0 | adding selectmenu | Alain Bangoula <a****n@c****r> | almost 14 years ago | |
| 6a69fc3f | adding composer.json | Alain Bangoula <a****n@c****r> | almost 14 years ago | |
| 0447374f | adding composer.json | Alain Bangoula <a****n@c****r> | almost 14 years ago | |
| 5bd5ef15 | Effect: fix typo in comment ft "optinos" => "options" |
Andrew Couch <a****y@c****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 390510c7 | Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist. |
Mike Sherov <m****v@g****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| c2802d7a | Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all... |
David Petersen <p****c@p****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 35dc9307 | Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ... |
David Petersen <p****c@p****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| dda1925d | Slider: Count the handles after setting up a range. Fixes #7922 - Slider with... |
David Petersen <p****c@p****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| f37008ee | Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/m... |
David Petersen <p****c@p****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 5e24a1ce | Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc... |
TJ VanToll <t****l@g****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 8ce35198 | Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working insi... |
David Petersen <p****c@p****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 1a696678 | Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 -... |
Dale Kocian <d****n@g****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 025266e0 | Resizable: Use .insertAfter() instead of .after() to avoid recursively destro... | Scott González <s****z@g****m> | almost 14 years ago | |
| bd3a3487 | Tooltip: Change the default items selector to exclude disabled elements. Fixe... | Scott González <s****z@g****m> | almost 14 years ago | |
| 94221c4e | Tabs: Use aria-controls instead of the anchor's href to match against locatio... | Scott González <s****z@g****m> | almost 14 years ago | |
| 112185ec | Spinner: Remove ui-state- classes from spinner, along with the background:non... | Jörn Zaefferer <j****r@g****m> | almost 14 years ago | |
| 1ee090ea | Autocomplete: Set the top position of the menu so that the menu doesn't affec... | Scott González <s****z@g****m> | almost 14 years ago | |
| 916c2252 | Update AUTHORS.txt based on CLA responses. | Dave Methvin <d****n@g****m> | almost 14 years ago | |
| a50516f7 | Datepicker demo: Fixed date range restriction when clearing dates. Fixes #547... | Scott González <s****z@g****m> | almost 14 years ago | |
| 4d5197b7 | Whitespace. | Scott González <s****z@g****m> | almost 14 years ago | |
| cb57f223 | Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Acc... | Scott González <s****z@g****m> | almost 14 years ago | |
| a3f1a34d | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González <s****z@g****m> | almost 14 years ago | |
| fa62f21e | Tabs: Handle extraneous list items when using ui-tabs-active to set the initi... | Scott González <s****z@g****m> | almost 14 years ago | |
| 1e6e4ce4 | Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog... | Richard D. Worth <r****h@g****m> | almost 14 years ago | |
| 77568347 | Demos: Fixed titles. | Scott González <s****z@g****m> | almost 14 years ago | |
| ec60dcd1 | Updating the master version to 1.9.1pre. | Scott González <s****z@g****m> | almost 14 years ago | |
| 0a31a828 | Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ... | Scott González <s****z@g****m> | almost 14 years ago | |
| 96f2aa4c | Tooltip: Check if event exists before checking properties in open(). Fixes #8... | Scott González <s****z@g****m> | almost 14 years ago | |
| f417a92c | Build: Generate quick download in release script. | Scott González <s****z@g****m> | almost 14 years ago | |
| d434c9a4 | typo | Scott González <s****z@g****m> | almost 14 years ago | |
| 49406c10 | Build: Throw an Error object instead of a string. | Scott González <s****z@g****m> | almost 14 years ago | |
| f5261f35 | Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - To... | Scott González <s****z@g****m> | almost 14 years ago | |
| 7009e9b3 | Revert "Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae24... | Jörn Zaefferer <j****r@g****m> | almost 14 years ago | |
| a8f5e3c3 | Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f... | Jörn Zaefferer <j****r@g****m> | almost 14 years ago | |
| 3d9545ad | Update lint task to include the release script. | Scott González <s****z@g****m> | almost 14 years ago | |
| e8bdf468 | Build: Fixed core.json syntax. | Scott González <s****z@g****m> | almost 14 years ago | |
| 5405a821 | Autocomplete cache demo: Let the widget handle request synchronization. Fixes... | Scott González <s****z@g****m> | almost 14 years ago | |
| 2c50b1b8 | Accordion: Only adjust height animations for heightStyle: content. Fix tests ... | Scott González <s****z@g****m> | almost 14 years ago | |
| d20f05ea | Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ... | Scott González <s****z@g****m> | almost 14 years ago | |
| 4ab4684c | Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 ... | Scott González <s****z@g****m> | almost 14 years ago | |
| 9b0c8b70 | Release: Build themes and CDN zips. | Scott González <s****z@g****m> | almost 14 years ago | |
| 7882bf45 | Updated docs URLs for core files. | Scott González <s****z@g****m> | almost 14 years ago | |
| 90a8581f | Manifest: Fixed docs URL for widget factory. | Scott González <s****z@g****m> | almost 14 years ago | |
| b0684e94 | Updated AUTHORS.txt. | Scott González <s****z@g****m> | almost 14 years ago | |
| 6e551683 | grunt testswarm: Job name consistent with other jquery repos. | Timo Tijhof <k****l@g****m> | almost 14 years ago | |
| 149567e4 | Updated docs URLS. | Scott González <s****z@g****m> | almost 14 years ago | |
| ac0f6de4 | Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :ac... | Scott González <s****z@g****m> | almost 14 years ago | |
| a638acb5 | Upgrade jQuery to 1.8.2. | Scott González <s****z@g****m> | almost 14 years ago | |
| a14cf74c | Build: Remove summary from changelog. | Scott González <s****z@g****m> | almost 14 years ago | |
| 1827b390 | Build: Convert changelog to markdown. | Scott González <s****z@g****m> | almost 14 years ago | |
| 9fbbd014 | Button demos: Fix selector since demo wrapper div was removed | Kris Borchers <k****s@g****m> | almost 14 years ago | |
| 92e1e83e | Tests: Fix padding from 4% to 2%, since width is 96%. | Rafael Xavier de Souza <r****s@g****m> | almost 14 years ago | |
| 9bac5bb5 | Grunt: New task for downloading themes using new themeroller. | Jörn Zaefferer <j****r@g****m> | almost 14 years ago | |
| 20e60647 | Draggable: Fix a bug when dragging into nested sortables there are duplicated... |
John Chen <z****n@i****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 7023ed46 | Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: w... | Scott González <s****z@g****m> | almost 14 years ago | |
| 77a4aaf4 | Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571... |
John Chen <z****n@i****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| 01e3af4b | Widget demo: Remove link to planning wiki. | Scott González <s****z@g****m> | almost 14 years ago | |
| 51676c06 | Demo: Missed one wrapper div. | Scott González <s****z@g****m> | almost 14 years ago | |
| 303f20e1 | Demos: Cleanup. | Scott González <s****z@g****m> | almost 14 years ago | |
| 9e259c6e | Menu demo: Added demo description. | Scott González <s****z@g****m> | almost 14 years ago | |
| 19a9d578 | Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option... |
Jared A. Scheel <j****d@j****m>
Committed by: Scott González <s****z@g****m> |
almost 14 years ago | |
| e1fd8ea6 | Tooltip tests: Fixed typo | Kris Borchers <k****s@g****m> | almost 14 years ago | |
| e162fddd | Menu: Don't move focus from the active item on click. Fixes #8552 - selected ... | Scott González <s****z@g****m> | almost 14 years ago | |
| 6abb1076 | Dialog: Only bind focus-trapping event once. Fixes #8551 - After repeated ope... | Scott González <s****z@g****m> | almost 14 years ago | |
| e242868f | Tooltip: Allow strings for content option. | Scott González <s****z@g****m> | almost 14 years ago | |
| dee7c8bd | Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Un... | Scott González <s****z@g****m> | almost 14 years ago | |
| c135fc18 | Accordion demo: Cleanup. | Scott González <s****z@g****m> | almost 14 years ago | |
| dec9c546 | Effects (Shake): Divide duration by number of animation steps. Fixed: #8531 -... |
Bernhard Sirlinger <b****r@t****e>
Committed by: Scott González <s****z@g****m> |
about 14 years ago | |
| 13fa4a9d | Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs ... | Scott González <s****z@g****m> | about 14 years ago | |
| 78525839 | Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ... | Jörn Zaefferer <j****r@g****m> | about 14 years ago | |
| 0164db1e | Update QUnit to 1.10.0 | Jörn Zaefferer <j****r@g****m> | about 14 years ago | |
| 397a421e | Update .editorconfig with new properties |
Sindre Sorhus <s****s@g****m>
Committed by: Jörn Zaefferer <j****r@g****m> |
about 14 years ago | |
| 96cabd59 | Effects: Cleanup. | Scott González <s****z@g****m> | about 14 years ago | |
| bce08389 | Droppable: greedy children now consider only parents with same scope as paren... |
Philipp Benjamin Köppchen <x****k@g****s>
Committed by: Scott González <s****z@g****m> |
about 14 years ago | |
| 93556a8e | Menu: If the active element no longer exists after a refresh, blur the menu. | Scott González <s****z@g****m> | about 14 years ago | |
| b22e3c36 | Tooltip tests: Added test for widget() method. | Scott González <s****z@g****m> | about 14 years ago | |
| 07291946 | Tabs tests: Added test for widget() method. | Scott González <s****z@g****m> | about 14 years ago | |
| 1540f4af | Whitespace | Scott González <s****z@g****m> | about 14 years ago | |
| 383d0dbf | Spinner tests: Added test for widget() method. | Scott González <s****z@g****m> | about 14 years ago | |
| dc7c26b8 | Progressbar tests: Added test for widget() method. | Scott González <s****z@g****m> | about 14 years ago | |
| 2e491e0b | Menu tests: Added test for widget() method. | Scott González <s****z@g****m> | about 14 years ago | |
| 355a1a6f | Menu tests: re-order tests. | Scott González <s****z@g****m> | about 14 years ago | |
| 7f6ef7ff | Autocomplete tests: Added test for widget() method. | Scott González <s****z@g****m> | about 14 years ago | |
| 10346332 | Accordion tests: Added test for widget() method. | Scott González <s****z@g****m> | about 14 years ago | |
| 42b21fd3 | Tests: Removed completed TODO. | Scott González <s****z@g****m> | about 14 years ago | |
| 7e9315a3 | Position cycler demo: Cleanup. | Scott González <s****z@g****m> | about 14 years ago | |
| e318e5b2 | Tooltip demo: Remove leftover styles from popup widget. | Scott González <s****z@g****m> | about 14 years ago | |
| 6e7bd4d8 | Revert "Datepicker: Modified _updateDatepicker to not update display if updat... | Scott González <s****z@g****m> | about 14 years ago | |
| 767af39f | Autocomplete: Fixed an invisible character tht lead to a failure of the funct... |
Pierre-Henri Ausseil <p****l@g****m>
Committed by: Scott González <s****z@g****m> |
about 14 years ago | |
| 800efd29 | Updated AUTHORS.txt. | Scott González <s****z@g****m> | about 14 years ago | |
| d372882a | Datepicker: Replace HTML entities with characters in es, fi, gl, is, it, pt-B... | Kris Borchers <k****s@g****m> | about 14 years ago | |
| a922d4d5 | Datepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - Localizati... |
Jiayi Yang <t****9@g****m>
Committed by: Scott González <s****z@g****m> |
about 14 years ago | |
| 30e1ec47 | Build: Update link to AUTHORS.txt during release. | Scott González <s****z@g****m> | about 14 years ago | |
| 8aa410b2 | Core: Whitespace. | Scott González <s****z@g****m> | about 14 years ago | |
| c343598d | Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - Cor... | Scott González <s****z@g****m> | about 14 years ago | |
| b9ef00f0 | Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ... |
Martin Hoch <m****n@f****e>
Committed by: Scott González <s****z@g****m> |
about 14 years ago | |
| 2b899cc8 | Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists d... |
Martin Hoch <m****n@f****e>
Committed by: Scott González <s****z@g****m> |
about 14 years ago | |
| 65146079 | Position: Properly handle flip collision when the window is scrolled. Fixes #... | Scott González <s****z@g****m> | about 14 years ago | |
| af678832 | Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not... | Scott González <s****z@g****m> | about 14 years ago |