Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter: Use direct filter in winnow | Saptak Sengupta | 2018-01-17 | 1 | -12/+2 |
| | | | | | | | for both simple and complex selectors Fixes gh-3272 Closes gh-3910 | ||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -2/+3 |
| | | | | Fixes gh-3609 | ||||
* | Traversing: Let .not(arraylike) pass non-element nodes | Dave Methvin | 2016-08-10 | 1 | -7/+12 |
| | | | | | Fixes gh-3226 Closes gh-3261 | ||||
* | Build: Update eslint config and fix associated errors | Oleg Gaidarenko | 2016-07-15 | 1 | -5/+7 |
| | |||||
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -1/+0 |
| | | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 4 | -0/+8 |
| | | | | Fixes gh-3073 | ||||
* | Traversing: restore jQuery push behavior in .find | Timmy Willison | 2016-01-20 | 1 | -3/+4 |
| | | | | | Fixes gh-2370 Close gh-2848 | ||||
* | Traversing: .not/.filter consistency with non-elements | Martijn W. van der Lee | 2016-01-13 | 1 | -1/+1 |
| | | | | | Fixes gh-2808 Close gh-2809 | ||||
* | Traversing: Don't expose jQuery.dir & jQuery.sibling | Michał Gołębiowski | 2015-09-08 | 2 | -0/+35 |
| | | | | | | | | jQuery.dir & jQuery.sibling are undocumented internal APIs; they shouldn't be exposed. Fixes gh-2512 Closes gh-2525 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 2 | -14/+14 |
| | | | | Fixes gh-2056 | ||||
* | Selector: add jQuery.uniqueSort; deprecate jQuery.unique | Timmy Willison | 2015-05-04 | 1 | -1/+1 |
| | | | | Fixes gh-2228 | ||||
* | Core: Remove deprecated context and selector properties | Dave Methvin | 2015-01-11 | 1 | -4/+1 |
| | | | | | Fixes gh-1908 Closes gh-2000 | ||||
* | Core: Standardize indexOf comparisons | Richard Gibson | 2015-01-10 | 1 | -1/+1 |
| | | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` Closes gh-1984 | ||||
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 1 | -4/+3 |
| | | | | | Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701 | ||||
* | Reduce size by reordering variable declarations | Chris Antaki | 2013-12-16 | 1 | -5/+6 |
| | | | | Close gh-1421 | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 2 | -0/+106 |
across all modules) |