aboutsummaryrefslogtreecommitdiffstats
path: root/src/traversing.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Store last closer value to jQuery.lastCloser instead of using data API.rkatic2009-11-081-4/+5
* Make .add() take an optional context and - if a context is specified in the r...John Resig2009-11-071-3/+3
* Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...John Resig2009-10-261-3/+49
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-7/+16
* Make jQuery.winnow a local functionYehuda Katz2009-09-151-3/+3
* Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.John Resig2009-09-091-1/+11
* Added support for .closest(filter, DOMElement). Fixes #4072.John Resig2009-07-281-2/+2
* Backing out commit #6507 - causes too many problems.John Resig2009-07-281-3/+2
* Implemented support for .context limited .closest() calls. Fixes #4072.John Resig2009-07-251-3/+4
* Unify .not and .filter (resolves #4200).Yehuda Katz2009-07-161-23/+26
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+120