aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-11-131-1/+4
| | | | This reverts commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8.
* Traversing: Don't expose jQuery.dir & jQuery.siblingMichał Gołębiowski2015-09-082-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 filesOleg Gaidarenko2015-09-072-14/+14
| | | | Fixes gh-2056
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-041-1/+1
| | | | Fixes gh-2228
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-4/+1
| | | | | Fixes gh-1908 Closes gh-2000
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-1/+1
| | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` Closes gh-1984
* Traversing: Check all pairwise element combinations for .find( els )Richard Gibson2014-01-171-4/+3
| | | | | Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701
* Reduce size by reordering variable declarationsChris Antaki2013-12-161-5/+6
| | | | Close gh-1421
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-092-0/+106
across all modules)