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
/
selector.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-15
/
+15
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
1
-4
/
+4
*
Tests: Make iframe tests wait after checking isReady
Dave Methvin
2016-04-11
1
-4
/
+4
*
Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixture
Alexander Lisianoi
2016-03-09
1
-1
/
+1
*
Selector: add jQuery.escapeSelector
Timmy Willison
2016-01-28
1
-0
/
+6
*
Selector: pass jQuery unit tests with selector-native
Timmy Willison
2015-11-11
1
-30
/
+48
*
Tests:Docs: Fix various typos
Gary Ye
2015-10-12
1
-1
/
+1
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-106
/
+106
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-229
/
+229
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-166
/
+174
*
Selector: add test for jQuery.unique() alias
Timmy Willison
2015-05-05
1
-1
/
+3
*
Selector: add jQuery.uniqueSort; deprecate jQuery.unique
Timmy Willison
2015-05-04
1
-3
/
+3
*
Build: Fix various typos
Oleg Gaidarenko
2014-11-08
1
-3
/
+3
*
Selector: Remove "#" exception for identifier tokens
Michał Gołębiowski
2014-06-30
1
-2
/
+2
*
Selector: Use jQuery reference not Sizzle
Oleg Gaidarenko
2014-05-29
1
-2
/
+6
*
Selector: Fix test iframe submission for firefox
Oleg Gaidarenko
2014-05-29
1
-9
/
+5
*
Tests: Remove unused variables
Oleg Gaidarenko
2014-04-15
1
-2
/
+2
*
Tests: Copy some Sizzle combinators tests
Oleg Gaidarenko
2014-04-15
1
-0
/
+41
*
Tests: Add more tests for Sizzle attributes
Oleg Gaidarenko
2014-04-15
1
-3
/
+89
*
Tests: Add test for selectors with commas
Oleg Gaidarenko
2014-04-15
1
-0
/
+12
*
Tests: Copy Sizzle.uniqueSort tests
Oleg Gaidarenko
2014-04-15
1
-0
/
+79
*
Tests: Copy Sizzle.contains tests
Oleg Gaidarenko
2014-04-15
1
-0
/
+26
*
Tests: Move some of the Sizzle tests to selector
Oleg Gaidarenko
2014-04-15
1
-0
/
+93
*
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski
2013-11-11
1
-4
/
+5
*
Fix #13223. Re-allow leading space in HTML. Close gh-1264.
Dave Methvin
2013-05-09
1
-12
/
+0
*
Fix #13539: Utilize Sizzle hooks. Close gh-1215.
Richard Gibson
2013-04-05
1
-8
/
+1
*
No ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
1
-5
/
+10
*
Fix 363299ac failures
Richard Gibson
2013-02-07
1
-1
/
+3
*
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.
Richard Gibson
2013-02-07
1
-4
/
+3
*
Fix failing tests, add support for empty spans in Opera. Supplements #13132, ...
Timmy Willison
2013-01-21
1
-23
/
+0
*
Fix #11115: Normalize boolean attributes/properties. Close gh-1066.
Richard Gibson
2012-12-15
1
-2
/
+10
*
Fix #12600: don't use value property in place of value attribute. Close gh-1063.
Richard Gibson
2012-12-14
1
-3
/
+16
*
Adjust jQuery('html') detection to only match when html starts with '<' (not ...
timmywil
2012-12-13
1
-1
/
+13
*
Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074.
Richard Gibson
2012-12-13
1
-1
/
+1
*
Test: Update index.html to new QUnit format. Close gh-1061.
Timo Tijhof
2012-12-10
1
-5
/
+7
*
enforce double quotes via JSHint. Closes gh-975
Mike Sherov
2012-10-16
1
-13
/
+13
*
Update Sizzle: fix a failing test in traversing. Move an attribute selector t...
Timmy Willison
2012-09-19
1
-1
/
+7
*
Make unit tests friendly to Closure Compiler. Closes gh-845.
Chad Killingsworth
2012-07-05
1
-3
/
+4
*
Unit tests are linted and passing.
Rick Waldron
2012-06-21
1
-2
/
+2
*
Fix #11857. Modularize css.js, add dependency management. Closes gh-816.
Mike Sherov
2012-06-10
1
-20
/
+22
*
Make dimensions modular, adds optional build flag. Fixes #11856
Mike Sherov
2012-06-05
1
-3
/
+3
*
Adjust the return type for the tabindex attribute tests to be a string. Recom...
timmywil
2012-05-30
1
-3
/
+2
*
Uncomment an old test for when the tabindex attrhook was deprecated
timmywil
2012-05-30
1
-3
/
+3
*
Remove the tabindex attrHook. Fixes #8473
timmywil
2012-05-30
1
-3
/
+9
*
Add quick-start documentation for testing with QUnit and using jQuery's helpe...
timmywil
2012-05-29
1
-3
/
+4
*
Update Sizzle: Add test for [selected] attribute selections. Addresses a smal...
timmywil
2012-05-28
1
-3
/
+3
*
Move length tests to jQuery's selector tests as it relates to jQuery.merge.
timmywil
2012-05-28
1
-1
/
+4
*
Minor test suite adjustments
timmywil
2012-05-28
1
-1
/
+2
*
Update Sizzle and add tests from the Sizzle suite that require jQuery for the...
timmywil
2012-05-28
1
-3
/
+55
*
fixes #10693, generalizes the "test something in an iframe" code when a callb...
Mike Sherov
2012-02-23
1
-44
/
+4
[next]