| Commit message (Expand) | Author | Age | Files | Lines |
* | All: Drop support for IE & some other browsers (but mostly IE) | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -6/+1 |
* | Build: Fork vendors to remove QUnit deprecated API usage | Michał Gołębiowski-Owczarek | 2023-05-10 | 2 | -10/+26 |
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 2 | -2/+2 |
* | All: Drop $.ui.escapeSelector in favor of $.escapeSelector | Michał Gołębiowski-Owczarek | 2021-05-14 | 1 | -8/+0 |
* | Focusable: Fix handling of `visibility: collapse` | Paul Capron | 2020-10-14 | 2 | -1/+13 |
* | Tests: Ensure no timers are running at the end of each test (#1920) | Michał Gołębiowski-Owczarek | 2020-05-16 | 2 | -4/+6 |
* | All: Migrate away from deprecated/removed Core APIs | Michał Gołębiowski-Owczarek | 2019-12-08 | 1 | -2/+3 |
* | Labels: Handle empty sets | Scott González | 2017-05-02 | 1 | -1/+3 |
* | Form: Rename from `.form()` to `._form()` since its not for public use | Scott González | 2016-10-11 | 1 | -1/+1 |
* | Focusable: Detect disabled fieldsets | Scott González | 2016-05-25 | 2 | -2/+15 |
* | Core: Shift to no globals | Amanpreet Singh | 2016-04-14 | 2 | -217/+220 |
* | Focusable: Fix handling of `visibility: inherit` | Scott González | 2015-09-29 | 2 | -3/+20 |
* | Core: Remove ancestor visibility requirement from `:focusable` selector | Weston Ruter | 2015-09-24 | 2 | -2/+13 |
* | Core: Style updates | Alexander Schmitz | 2015-08-21 | 2 | -33/+33 |
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 1 | -2/+2 |
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -2/+3 |
* | Core: Move labels into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Move form method into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 3 | -0/+147 |
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
* | Core: Convert tests to new infrastructure | Scott González | 2015-04-09 | 3 | -20/+14 |
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
* | Tests: Handle jQuery git returning `null` for empty attributes | Scott González | 2015-03-25 | 1 | -2/+2 |
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 1 | -9/+2 |
* | Core: Remove .zIndex() | Scott González | 2014-10-20 | 2 | -156/+0 |
* | Core: Removed .focus( delay ) | Scott González | 2014-10-20 | 1 | -28/+0 |
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 2 | -2/+2 |
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 2 | -2/+2 |
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
* | Core: Ensure forms in tests have some actual content | Scott González | 2014-07-30 | 1 | -2/+7 |
* | Core: Clean up selector tests | Scott González | 2014-07-30 | 1 | -169/+172 |
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 3 | -6/+6 |
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 2 | -28/+28 |
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 3 | -15/+3 |
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 2 | -2/+2 |
* | Core tests: Explicitly focus the body during delayed .focus() test to avoid a... | Scott González | 2013-07-09 | 1 | -0/+6 |
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
* | Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex(). | Scott González | 2013-03-15 | 4 | -30/+160 |
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
* | Core: Resume focus test based on the event, not the callback. | Scott González | 2013-01-08 | 1 | -1/+1 |
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -128/+128 |
* | Core tests: Handle async focus in IE. | Scott González | 2012-12-10 | 1 | -5/+4 |
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ... | Scott González | 2012-10-23 | 2 | -0/+17 |
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |