aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-221-1/+4
| | | | This reverts commit e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60.
* 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. (cherry-picked from f9ef427d355a8a2b531aed5d112dfa4f9692105c) Fixes gh-2512 Closes gh-2525
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-072-14/+14
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 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 (cherry picked from commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8)
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-1/+1
| | | | | | | | | | not present: `< 0` present: `> -1` at index: `=== N` (cherry picked from commit 53aa87f3bf4284763405f3eb8affff296e55ba4f) Closes gh-1985
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-092-0/+106
across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js