aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-17/+12
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-1/+1
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-3/+3
* Traversing: Fix `contents()` on `<object>`s with children in IEMichał Gołębiowski-Owczarek2019-05-081-2/+9
* Traversing: Fix `contents()` on `<object>`s with childrenPat O'Callaghan2019-05-061-1/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-1/+1
* Traversing: $.fn.contents() support for objectLuis Emilio Velasco Sanchez2018-05-141-12/+12
* Build: fix tests in AMD modeTimmy Willison2017-03-061-1/+2
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-3/+4
* Traversing: $.fn.contents() supports HTMLTemplateElement南漂一卒2017-01-291-1/+12
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Traversing: Never let .closest() match positional selectorsRichard Gibson2016-01-131-13/+14
* Traversing: Don't expose jQuery.dir & jQuery.siblingMichał Gołębiowski2015-09-081-38/+11
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-18/+21
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-041-3/+3
* Support: clean up comments and Support notationDave Methvin2014-06-101-4/+3
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-301-6/+5
* Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.Marian Sollmann2013-11-061-2/+2
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-95/+5
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-091-74/+73
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-0/+1
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-3/+9
* Simplification of jQuery#contents methodOleg2013-05-271-3/+1
* Fix #13846: .prev sort directionRichard Gibson2013-05-011-2/+3
* Fix #13819: .parent sort directionRichard Gibson2013-04-241-1/+1
* Fix #13797: .is with single-node contextRichard Gibson2013-04-201-8/+10
* No ticket: Reduce .findRichard Gibson2013-04-201-10/+10
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-051-31/+26
* Remove an unused support check, correct a comment. Close gh-1211.Michał Gołębiowski2013-04-031-1/+1
* Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.Nguyen Phuc Lam2013-02-261-2/+0
* Fix #13265 #13332: traversing methods with text nodes. Close gh-1145.Richard Gibson2013-02-131-24/+35
* Fix #13349. No need to sort simple .find() cases.Dave Methvin2013-01-291-1/+1
* Code styleOleg2012-12-191-1/+2
* Reduce traversing moduleOleg2012-12-191-71/+74
* Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected().Dave Methvin2012-12-091-6/+0
* Must attach the .selector to the new jQuery object.Dave Methvin2012-11-011-1/+2
* Follow-up for .selector property removalOleg2012-11-011-5/+2
* Fix #12816. Ensure .find() result are DOM ordered.Dave Methvin2012-10-311-30/+10
* Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927.Mike Sherov2012-10-301-17/+24
* Fix #9469. Remove semi-functional .selector property. Close gh-1006.Dave Methvin2012-10-241-5/+7
* no ticket: remove and enforce unused vars in jshintMike Sherov2012-10-171-2/+2
* Update Sizzle: allows disconnected sorting. Change add to always sort with ad...Timmy Willison2012-10-161-3/+1
* Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971MORGAN2012-10-161-1/+1
* Fix a regression where has with multiple contexts was not filtering correctly...Timmy Willison2012-07-271-3/+3
* Remove unnecessary elseTimmy Willison2012-07-251-3/+1
* Fail silently if closest is somehow called on a document. Fixes #10726.Timmy Willison2012-07-251-4/+1
* Support event delegation with relative selectors. Fixes #10762. Closes gh-860.Richard Gibson2012-07-231-4/+4
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-10/+14
* Optimization of array operations, closes gh-844.Oleg2012-07-061-1/+1