aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-021-4/+2
* Fix #11969. Never a null moment when checking siblings.Dave Methvin2012-06-261-1/+1
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-151-1/+1
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-5/+0
* Space => tab indent correctionRick Waldron2012-06-031-2/+2
* Removes temp var, shaves 2 bytes from gzipped sizeRick Waldron2012-05-311-2/+3
* jQuery#addBack supports an optional selector that can be used to filter the p...Ben Alman2012-05-291-2/+3
* Rename .andSelf to .addBack, deprecate .andSelf #9800Dave Methvin2012-05-151-1/+3
* Fix #11738. Remove deprecated .closest(Array) => Array.Dave Methvin2012-05-111-21/+1
* Use a do-while statement to reduce redundant codeRick Waldron2012-05-071-4/+3
* Fixes lint issues.Rick Waldron2012-05-071-1/+4
* Additional reduction per @Raynos suggestion. Thanks!Rick Waldron2012-05-071-9/+4
* Further reduce historical cruft. Removes the untested and unnec. jQuery.nth()Rick Waldron2012-05-071-14/+13
* Remove unnecessary arguments from .nth(). Fixes #11720Sindre Sorhus2012-05-071-5/+4
* Fix #11543: .has should work on detached elements.Richard Gibson2012-04-051-1/+1
* Fix #11370: .siblings() shouldn't throw exception on a detached elementRichard Gibson2012-02-231-1/+1
* Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. ...timmywil2011-12-121-1/+1
* Fix #10692. JSLint is dead! Long live JSHint!Mike Sherov2011-12-081-3/+3
* Chrome 10 slice bug has been fixed; remove workaround.Berker Peksag2011-11-061-7/+2
* Cleanup spacing in traversing.js. Fixes #10601Rick Waldron2011-10-271-2/+2
* Simplify the `.closest(Array)` code since we no longer use it internally.Dave Methvin2011-09-231-24/+9
* Landing pull request 491. Fix #7322. Make `.is()` with a positional selector ...Dave Methvin2011-09-191-3/+8
* Quick improvement to the performace of .index() with no arguments - Adding a ...gnarf2011-06-141-5/+10
* Make sure that forms and selects are added to a jQuery set correctly. Fixes #...John Resig2011-04-171-1/+1
* Run order problem when running full test suite in Opera 11, removed failing t...timmywil2011-04-111-2/+2
* Fix unit tests in firefox 4 and opera 11, passing null or undefined to indexO...timmywil2011-04-111-1/+6
* Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-101-1/+1
|\
| * Fixes #7369 - Using an attribute selector for a non-existent attribute raised...timmywil2011-03-301-1/+1
* | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...jeresig2011-04-101-12/+28
|\ \
| * | Remove test for bug #7369 to move the fix to a separate branch for a sooner pulltimmywil2011-03-301-2/+2
| * | Add node and jQuery object support to $.fn.closesttimmywil2011-03-211-8/+12
| * | Organizing varstimmywil2011-03-161-4/+3
| * | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...timmywil2011-03-161-5/+18
| |/
* | Fix formatting.jeresig2011-04-101-1/+2
* | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773timmywil2011-02-261-5/+5
|\|
| * Fix some whitespace issues.Anton M2011-02-151-5/+5
* | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi...Timmy Willison2011-01-241-2/+3
|/
* Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int...John Resig2011-01-201-1/+1
|\
| * By default, use document root rather than current selection's context when ad...Dave Methvin2010-12-281-1/+1
* | Fix tabs vs spaces in initial workaround commitadam j. sontag2011-01-171-1/+1
* | shorten the SHAadam j. sontag2011-01-171-1/+1