git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141
[jquery.git]
/
src
/
traversing.js
2010-10-11
John Resig
Make sure closest works on disconnected DOM nodes....
blob
|
commitdiff
2010-10-10
jeresig
Tweaking some formatting of the closest changes.
blob
|
commitdiff
|
diff to current
2010-10-10
jeresig
Switch back to using Sizzle.matchesSelector.
blob
|
commitdiff
|
diff to current
2010-10-10
jeresig
Use the new Sizzle matches functionality.
blob
|
commitdiff
|
diff to current
2010-10-10
jeresig
Fix formatting and switch to using the new matchesSelec...
blob
|
commitdiff
|
diff to current
2010-10-10
wycats
Should improve performance of closest considerably...
blob
|
commitdiff
|
diff to current
2010-09-28
John Resig
Handle child selectors in particular - away from the...
blob
|
commitdiff
|
diff to current
2010-09-28
jeresig
Removing unique check on closest(Array) (it wasn't...
blob
|
commitdiff
|
diff to current
2010-09-27
jeresig
Merge branch 'closestbug-6700' of github.com/ajpiano...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-06-21
adam j. sontag
.closest() should return a unique set of elements,...
blob
|
commitdiff
|
diff to current
2010-06-20
jeresig
Removed extra semicolon leftover from recent tweaking.
blob
|
commitdiff
|
diff to current
2010-06-20
jeresig
Made it so that you no longer need to build jQuery...
blob
|
commitdiff
|
diff to current
2010-03-31
jeresig
Removed extra semicolon leftover from recent tweaking.
blob
|
commitdiff
|
diff to current
2010-03-23
jeresig
Made it so that you no longer need to build jQuery...
blob
|
commitdiff
|
diff to current
2010-03-02
jeresig
More changes to get jQuery in line with JSLint.
blob
|
commitdiff
|
diff to current
2010-03-01
jeresig
Land some additional tweaks related to running through...
blob
|
commitdiff
|
diff to current
2010-02-26
jeresig
Make sure that live events bubble unless explicitly...
blob
|
commitdiff
|
diff to current
2010-01-25
Robert Katic
Filtering elements only. Fixed #5920
blob
|
commitdiff
|
diff to current
2010-01-23
Ben Alman
fixed jQuery.dir regression introduced with 1.4 *untils...
blob
|
commitdiff
|
diff to current
2010-01-13
jeresig
Make sure that disconnected nodes aren't sorted/uniqued...
blob
|
commitdiff
|
diff to current
2009-12-22
jeresig
Made a number of spacing changes to bring the code...
blob
|
commitdiff
|
diff to current
2009-12-18
jeresig
Removed jQuery.fn.contains - didn't match the :contains...
blob
|
commitdiff
|
diff to current
2009-12-17
jeresig
Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacba...
blob
|
commitdiff
|
diff to current
2009-12-10
John Resig
Moved some methods around inbetween core.js and travers...
blob
|
commitdiff
|
diff to current
2009-12-10
John Resig
Make sure that the correct args are passed in to the...
blob
|
commitdiff
|
diff to current
2009-12-09
Yehuda Katz
Landing in jQuery.contains, jQuery.fn.contains, and...
blob
|
commitdiff
|
diff to current
2009-12-04
jeresig
Switched to using slice instead of join to get the...
blob
|
commitdiff
|
diff to current
2009-12-04
Ben Alman
Landing Ben Alman's patch to add nextUntil, prevUntil...
blob
|
commitdiff
|
diff to current
2009-12-03
jeresig
Minor syntax changes to the winnow function.
blob
|
commitdiff
|
diff to current
2009-12-03
jeresig
Re-worked the closest no-duplicate-selector code again...
blob
|
commitdiff
|
diff to current
2009-12-03
jeresig
Prevent duplicate selectors from having to match in...
blob
|
commitdiff
|
diff to current
2009-12-03
jeresig
No need to do the closest match if no selectors are...
blob
|
commitdiff
|
diff to current
2009-12-03
jeresig
Added in the new .closest(Array) method, will be used...
blob
|
commitdiff
|
diff to current
2009-11-27
Karl Swedberg
added missing semicolons
blob
|
commitdiff
|
diff to current
2009-11-27
Karl Swedberg
added curly braces around all if/else statements
blob
|
commitdiff
|
diff to current
2009-11-09
Robert Katić
Made the closest method evaluate the selector with...
blob
|
commitdiff
|
diff to current
2009-11-07
John Resig
Fixing spacing problems from rkatic's patches.
blob
|
commitdiff
|
diff to current
2009-11-07
rkatic
Store last closer value to jQuery.lastCloser instead...
blob
|
commitdiff
|
diff to current
2009-11-07
John Resig
Make .add() take an optional context and - if a context...
blob
|
commitdiff
|
diff to current
2009-10-26
John Resig
Moved a bunch of methods out of the jQuery-specific...
blob
|
commitdiff
|
diff to current
2009-09-25
John Resig
A follow-up to [6578] (which stopped adding expandos...
blob
|
commitdiff
|
diff to current
2009-09-15
Yehuda Katz
Make jQuery.winnow a local function
blob
|
commitdiff
|
diff to current
2009-09-09
John Resig
Added support for .eq(-N), .first(), and .last(). Fixes...
blob
|
commitdiff
|
diff to current
2009-07-28
John Resig
Added support for .closest(filter, DOMElement). Fixes...
blob
|
commitdiff
|
diff to current
2009-07-28
John Resig
Backing out commit #6507 - causes too many problems.
blob
|
commitdiff
|
diff to current
2009-07-25
John Resig
Implemented support for .context limited .closest(...
blob
|
commitdiff
|
diff to current
2009-07-16
Yehuda Katz
Unify .not and .filter (resolves #4200).
blob
|
commitdiff
|
diff to current
2009-03-18
Brandon Aaron
breaking jquery out into smaller modules. added attribu...
blob
|
commitdiff
|
diff to current