index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
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
*
Tests: replace dead links in qunit fixture
Timmy Willison
2024-08-12
1
-16
/
+16
*
Build: improve specificity of eslint config; add ecma versions
Timmy Willison
2024-06-06
1
-1
/
+1
*
Build: migrate most grunt tasks off of grunt
Timmy Willison
2023-09-18
1
-2
/
+6
*
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
2023-06-28
1
-2
/
+2
*
Selector: Backport jQuery selection context logic to selector-native
Michał Gołębiowski-Owczarek
2023-02-13
1
-8
/
+16
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
1
-13
/
+13
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
1
-11
/
+11
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
1
-11
/
+11
*
Selector: Port Sizzle tests to jQuery
Michał Gołębiowski-Owczarek
2019-06-26
1
-9
/
+68
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
1
-1
/
+1
*
Traversing: Fix `contents()` on `<object>`s with children
Pat O'Callaghan
2019-05-06
1
-0
/
+13
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-1
/
+1
*
Traversing: $.fn.contents() support for object
Luis Emilio Velasco Sanchez
2018-05-14
1
-38
/
+68
*
Tests: skip test with invalid selector for selector-native tests
Timmy Willison
2018-01-19
1
-1
/
+1
*
Tests: Add support for running unit tests via grunt with karma
Timo Tijhof
2017-12-18
1
-5
/
+5
*
Traversing: $.fn.contents() supports HTMLTemplateElement
南漂一卒
2017-01-29
1
-0
/
+52
*
Traversing: Let .not(arraylike) pass non-element nodes
Dave Methvin
2016-08-10
1
-0
/
+14
*
Tests: fix another traverse test
Oleg Gaidarenko
2016-01-31
1
-1
/
+5
*
Tests:Build: update qunit and fix incorrect test
Oleg Gaidarenko
2016-01-29
1
-2
/
+25
*
Traversing: Never let .closest() match positional selectors
Richard Gibson
2016-01-13
1
-4
/
+17
*
Traversing: .not/.filter consistency with non-elements
Martijn W. van der Lee
2016-01-13
1
-0
/
+11
*
Selector: pass jQuery unit tests with selector-native
Timmy Willison
2015-11-11
1
-15
/
+19
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-1
/
+1
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-524
/
+522
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-408
/
+408
*
Selector: add jQuery.uniqueSort; deprecate jQuery.unique
Timmy Willison
2015-05-04
1
-1
/
+1
*
Build: fix broken assertions caused by QUnit update
Oleg Gaidarenko
2015-02-15
1
-1
/
+1
*
Traversing: Check all pairwise element combinations for .find( els )
Richard Gibson
2014-01-17
1
-2
/
+4
*
traversing: Optimise .add by not using makeArray
Timo Tijhof
2013-12-30
1
-27
/
+111
*
Fix #13846: .prev sort direction
Richard Gibson
2013-05-01
1
-1
/
+1
*
Fix #13819: .parent sort direction
Richard Gibson
2013-04-24
1
-0
/
+26
*
Fix #13797: .is with single-node context
Richard Gibson
2013-04-20
1
-9
/
+18
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-20
/
+31
*
Move size() test to deprecated.js and avoid in other tests. Close gh-1237.
Michał Gołębiowski
2013-04-08
1
-13
/
+15
*
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
Richard Gibson
2013-04-05
1
-4
/
+35
*
Fix typos. Close gh-1186.
dmitrygusev
2013-02-28
1
-8
/
+8
*
Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.
Nguyen Phuc Lam
2013-02-26
1
-2
/
+2
*
No ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
1
-54
/
+80
*
Fix #13265 #13332: traversing methods with text nodes. Close gh-1145.
Richard Gibson
2013-02-13
1
-12
/
+32
*
Reduce traversing module
Oleg
2012-12-19
1
-2
/
+7
*
Fix #11115: Normalize boolean attributes/properties. Close gh-1066.
Richard Gibson
2012-12-15
1
-1
/
+5
*
Adjust jQuery('html') detection to only match when html starts with '<' (not ...
timmywil
2012-12-13
1
-1
/
+1
*
Test: Update index.html to new QUnit format. Close gh-1061.
Timo Tijhof
2012-12-10
1
-6
/
+6
*
Test case for #12816
Dave Methvin
2012-10-31
1
-1
/
+3
*
Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927.
Mike Sherov
2012-10-30
1
-11
/
+13
*
Implement expectation test instead of using _removeData. Close gh-997.
Timo Tijhof
2012-10-28
1
-1
/
+1
*
Update Sizzle: allows disconnected sorting. Change add to always sort with ad...
Timmy Willison
2012-10-16
1
-6
/
+3
*
Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971
MORGAN
2012-10-16
1
-0
/
+9
*
enforce double quotes via JSHint. Closes gh-975
Mike Sherov
2012-10-16
1
-11
/
+11
*
Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue...
James Huston
2012-10-15
1
-1
/
+3
[next]