aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tabbable.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-2/+5
| | | | | Fixes #15393 Closes gh-1958
* Core: Fix JQMIGRATE warning about `jQuery.expr[":"]`Eirik Sletteberg2017-05-021-1/+1
| | | | | | | This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery. Fixes #15185 Closes gh-1773
* Selectors: Fix metadataScott González2016-01-151-1/+1
| | | | Closes gh-1663
* Core: Move tabbable into its own moduleAlexander Schmitz2015-08-081-0/+35
Ref #9647