index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
traversing.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #11969. Never a null moment when checking siblings.
Dave Methvin
2012-06-26
1
-1
/
+2
*
Unit tests are linted and passing.
Rick Waldron
2012-06-21
1
-7
/
+8
*
jQuery#addBack supports an optional selector that can be used to filter the p...
Ben Alman
2012-05-29
1
-1
/
+2
*
Rename .andSelf to .addBack, deprecate .andSelf #9800
Dave Methvin
2012-05-15
1
-5
/
+5
*
Fix #11738. Remove deprecated .closest(Array) => Array.
Dave Methvin
2012-05-11
1
-12
/
+0
*
Fix #11543: .has should work on detached elements.
Richard Gibson
2012-04-05
1
-3
/
+12
*
Fix #11370: .siblings() shouldn't throw exception on a detached element
Richard Gibson
2012-02-23
1
-1
/
+2
*
Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. ...
timmywil
2011-12-12
1
-3
/
+5
*
Coerce eq() argument all the time. Fixes #10616
Rick Waldron
2011-11-06
1
-3
/
+13
*
Fix #10691. Remove all instances of equals() and same(), as these are depreca...
Mike Sherov
2011-11-06
1
-183
/
+183
*
Landing pull request 491. Fix #7322. Make `.is()` with a positional selector ...
Dave Methvin
2011-09-19
1
-0
/
+40
*
Move filter tests to proper location
timmywil
2011-09-19
1
-44
/
+45
*
Added filtering tests and updating sizzle to fix filtering with positional se...
timmywil
2011-09-19
1
-0
/
+43
*
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...
timmywil
2011-09-19
1
-2
/
+6
*
Fixes assertion counts and dom element fixture issue
Rick Waldron
2011-08-05
1
-8
/
+8
*
Quick improvement to the performace of .index() with no arguments - Adding a ...
gnarf
2011-06-14
1
-2
/
+4
*
Disabling .add(form.elements) unit test.
John Resig
2011-04-22
1
-2
/
+7
*
Merge branch 'qunit_fixture'
timmywil
2011-04-17
1
-34
/
+34
|
\
|
*
Switch QUnit div from depreceted #main to #qunit-fixture
timmywil
2011-04-17
1
-34
/
+34
*
|
Make sure that forms and selects are added to a jQuery set correctly. Fixes #...
John Resig
2011-04-17
1
-2
/
+3
|
/
*
Adjust the unit tests in traversing - is(jQuery) to avoid long-running script...
timmywil
2011-04-14
1
-8
/
+6
*
merge with master and resolve more conflicts
louisremi
2011-04-12
1
-2
/
+1
|
\
|
*
Run order problem when running full test suite in Opera 11, removed failing t...
timmywil
2011-04-11
1
-2
/
+1
|
*
Fix broken merge.
jeresig
2011-04-11
1
-7
/
+2
*
|
resolve conflict
louisremi
2011-04-12
1
-8
/
+3
*
|
third batch
louisremi
2011-04-12
1
-115
/
+115
|
/
*
Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b...
jeresig
2011-04-10
1
-0
/
+4
|
\
|
*
Fixes #7369 - Using an attribute selector for a non-existent attribute raised...
timmywil
2011-03-30
1
-1
/
+5
*
|
Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...
jeresig
2011-04-10
1
-1
/
+46
|
\
\
|
*
|
Remove test for bug #7369 to move the fix to a separate branch for a sooner pull
timmywil
2011-03-30
1
-3
/
+0
|
*
|
Bug #7369: Check non-existent attribute as well to be sure
timmywil
2011-03-25
1
-1
/
+2
|
*
|
Bug #7369: Add test for disconnected node in closest when passing attribute s...
timmywil
2011-03-25
1
-1
/
+3
|
*
|
Closest unit tests: add one for passing a jQuery collection with multiple ele...
timmywil
2011-03-23
1
-2
/
+4
|
*
|
Add node and jQuery object support to $.fn.closest
timmywil
2011-03-21
1
-0
/
+14
|
*
|
2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...
timmywil
2011-03-16
1
-5
/
+20
|
*
|
Starting with adding the test
timmywil
2011-03-13
1
-0
/
+9
|
|
/
*
|
Traversing unit tests: added tests for passing invalid arguments to $.fn.not ...
timmywil
2011-03-23
1
-19
/
+12
*
|
Merge branch 'master' of git://github.com/jquery/jquery into bug_2773
timmywil
2011-02-26
1
-3
/
+3
|
\
|
|
*
Fix some unscoped tests which failed after recent changes to QUnit.
Anton M
2011-02-15
1
-3
/
+3
*
|
Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi...
Timmy Willison
2011-01-24
1
-5
/
+55
|
/
*
Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int...
John Resig
2011-01-20
1
-8
/
+9
|
\
|
*
Rework unit tests to check actual result elements.
Dave Methvin
2011-01-19
1
-6
/
+6
|
*
By default, use document root rather than current selection's context when ad...
Dave Methvin
2010-12-28
1
-8
/
+9
*
|
Update unit tests with a leak detection mechanism for the various jQuery glob...
Colin Snover
2011-01-09
1
-1
/
+1
*
|
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-12
/
+12
|
/
*
The child selector-prefix branch doesn't work with selectors that have a larg...
John Resig
2010-10-12
1
-1
/
+2
*
Make sure that .find() with multiple direct child selectors is handled correc...
John Resig
2010-10-12
1
-1
/
+2
*
Make sure closest works on disconnected DOM nodes. Fixes #7142.
John Resig
2010-10-11
1
-2
/
+4
*
Handle child selectors in particular - away from the selector engine. Fixes #...
John Resig
2010-09-28
1
-1
/
+3
*
Make sure that ambiguous val() selection works correctly.
John Resig
2010-09-28
1
-2
/
+2
[next]