aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add link to chrome issue ticketadam j. sontag2011-01-171-0/+1
* | Add a comment to explain (and enforce the temporary-ness of) an extra line of...adam j. sontag2011-01-171-0/+3
* | Merge branch 'master' of https://github.com/scottgonzalez/jqueryjeresig2011-01-141-2/+9
|\ \
| * | Avoid running jQuery.unique() for methods that are guaranteed to produce a un...Scott González2011-01-141-2/+9
* | | Fix a strange Chrome issuewycats2011-01-141-2/+3
|/ /
* / Clean trailing whitespace from all files.Colin Snover2010-12-301-7/+7
|/
* Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-3/+8
* Forgot to remove the child selector in the previous commit.John Resig2010-10-121-1/+0
* The child selector-prefix branch doesn't work with selectors that have a larg...John Resig2010-10-121-5/+0
* Make sure that .find() with multiple direct child selectors is handled correc...John Resig2010-10-121-2/+2
* Make sure closest works on disconnected DOM nodes. Fixes #7142.John Resig2010-10-111-1/+1
* Tweaking some formatting of the closest changes.jeresig2010-10-101-8/+5
* Switch back to using Sizzle.matchesSelector.jeresig2010-10-101-6/+7
* Use the new Sizzle matches functionality.jeresig2010-10-101-1/+1
* Fix formatting and switch to using the new matchesSelector method in Sizzle.jeresig2010-10-101-13/+14
* Should improve performance of closest considerably. Benchmark proof in speed/...wycats2010-10-091-11/+19
* Handle child selectors in particular - away from the selector engine. Fixes #...John Resig2010-09-281-0/+6
* Removing unique check on closest(Array) (it wasn't appropriate there and brok...jeresig2010-09-271-1/+7
* Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpia...jeresig2010-09-271-5/+9
|\
| * .closest() should return a unique set of elements, not duplicates of the same...adam j. sontag2010-06-211-5/+9
* | Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-0/+4
|/
* Removed extra semicolon leftover from recent tweaking.jeresig2010-03-311-1/+1
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-31/+33
* More changes to get jQuery in line with JSLint.jeresig2010-03-011-1/+2
* Land some additional tweaks related to running through JSLint.jeresig2010-03-011-2/+1
* Make sure that live events bubble unless explicitly told not to, like a norma...jeresig2010-02-261-3/+3
* Filtering elements only. Fixed #5920Robert Katic2010-01-261-1/+1
* fixed jQuery.dir regression introduced with 1.4 *untils patch that errored wh...Ben Alman2010-01-241-1/+1
* Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.jeresig2010-01-131-3/+9
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-211-18/+45
* Removed jQuery.fn.contains - didn't match the :contains() selector and confus...jeresig2009-12-181-4/+0
* Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were i...jeresig2009-12-171-1/+1
* Moved some methods around inbetween core.js and traversing.js. Core methods s...John Resig2009-12-101-29/+19
* Make sure that the correct args are passed in to the filter callback (and by ...John Resig2009-12-091-1/+1
* Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi...Yehuda Katz2009-12-091-0/+15
* Switched to using slice instead of join to get the correct results.jeresig2009-12-041-4/+3
* Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also...Ben Alman2009-12-041-8/+22
* Minor syntax changes to the winnow function.jeresig2009-12-031-5/+10
* Re-worked the closest no-duplicate-selector code again to be more efficient.jeresig2009-12-031-15/+12
* Prevent duplicate selectors from having to match in closest.jeresig2009-12-031-4/+11
* No need to do the closest match if no selectors are passed in.jeresig2009-12-031-1/+1
* Added in the new .closest(Array) method, will be used to improve the performa...jeresig2009-12-021-9/+31
* added missing semicolonsKarl Swedberg2009-11-281-3/+3
* added curly braces around all if/else statementsKarl Swedberg2009-11-281-2/+5
* Made the closest method evaluate the selector with appropriate context.Robert Katić2009-11-091-1/+2
* Fixing spacing problems from rkatic's patches.John Resig2009-11-071-3/+3