Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Drop support for jQueries different than the latest for each major | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -11/+5 |
| | | | | | | Also, remove the ability to run the test suite in jQuery <1.12.4 & <2.2.4. Closes gh-2249 | ||||
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -3/+3 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -2/+6 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Core: Fix JQMIGRATE warning about `jQuery.expr[":"]` | Eirik Sletteberg | 2017-05-02 | 1 | -1/+1 |
| | | | | | | | This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery. Fixes #15185 Closes gh-1773 | ||||
* | Selectors: Fix metadata | Scott González | 2016-01-15 | 1 | -1/+1 |
| | | | | Closes gh-1663 | ||||
* | Core: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -1/+2 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+38 |
Ref #9647 |