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
/
core.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Return empty array instead of null for parseHTML("")
Timo Tijhof
2015-01-19
1
-4
/
+9
*
Core: add support to tag-hyphenated elements
Leonardo Braga
2015-01-13
1
-0
/
+13
*
Core: Remove deprecated context and selector properties
Dave Methvin
2015-01-11
1
-44
/
+1
*
Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out
Timmy Willison
2014-12-10
1
-1
/
+17
*
Core: revert addition of createHTMLDocument. Thanks, Safari 8.
Timmy Willison
2014-12-09
1
-14
/
+0
*
Core: remove unnecessary support test for createHTMLDocument
Timmy Willison
2014-12-09
1
-14
/
+10
*
Build: fix tests in AMD mode
Timmy Willison
2014-12-09
1
-13
/
+16
*
Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML
Frederic Hemberger
2014-12-09
1
-0
/
+18
*
Core: Throw an error on $("#") rather than returning 0-length collection
Dave Methvin
2014-12-03
1
-2
/
+7
*
Build: Move test to appropriate module
Oleg Gaidarenko
2014-06-16
1
-6
/
+0
*
Ajax: Always use script injection in globalEval
Oleg Gaidarenko
2014-06-16
1
-0
/
+13
*
Tests: Clean up isNumeric tests
Richard Gibson
2014-06-07
1
-47
/
+42
*
Core: Work around loss of precision from parseFloat
Richard Gibson
2014-06-07
1
-1
/
+2
*
Core: Correct the number of expected tests
Michał Gołębiowski
2014-05-02
1
-1
/
+1
*
Core: Remove repeated test
Liang Peng
2014-05-02
1
-1
/
+0
*
Core: Blacklist the ready test on async-loaded jQuery in iOS7
Michał Gołębiowski
2014-03-17
1
-4
/
+9
*
Core: Do not run window.onready when ready
Dave Methvin
2014-03-04
1
-0
/
+7
*
Core: Arrays like [42] should fail .isNumeric()
Dave Methvin
2014-03-04
1
-1
/
+3
*
Build: Upgrade QUnit to 1.14.0
Michał Gołębiowski
2014-02-05
1
-14
/
+14
*
Tests: Avoid use of QUnit.reset() in tests by splitting them
cjqed
2013-12-23
1
-2
/
+0
*
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
Richard Gibson
2013-11-12
1
-6
/
+69
*
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski
2013-11-11
1
-2
/
+0
*
No ticket. Restore some parsing tests in core.
Michał Gołębiowski
2013-11-10
1
-5
/
+8
*
Fix #14074: element id="nodeName". Close gh-1389.
Richard Gibson
2013-11-07
1
-0
/
+7
*
Add unit tests for jQuery.grep. Close gh-1345.
Amey Sakhadeo
2013-09-12
1
-0
/
+20
*
No ticket. Update support comments to reflect current state of affairs.
Michał Gołębiowski
2013-09-07
1
-1
/
+0
*
No ticket: Hide the testing-support jQuery from tests
Richard Gibson
2013-09-03
1
-3
/
+4
*
Ref #14313: Further code and test improvements
Richard Gibson
2013-09-03
1
-12
/
+52
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-12
/
+12
*
Fixes #13976: Garbage input should not cause error in buildFragment. Close gh...
ruado1987
2013-07-01
1
-1
/
+2
*
Fix #13223. Re-allow leading space in HTML. Close gh-1264.
Dave Methvin
2013-05-09
1
-1
/
+7
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-83
/
+96
*
Move size() test to deprecated.js and avoid in other tests. Close gh-1237.
Michał Gołębiowski
2013-04-08
1
-6
/
+1
*
Fix #13655. Add test for jQuery.ready.promise fallback load. Close gh-1209.
Michał Gołębiowski
2013-04-04
1
-0
/
+5
*
Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, prologu...
Rick Waldron
2013-04-03
1
-0
/
+8
*
Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d
Rick Waldron
2013-03-06
1
-41
/
+2
*
Fixes #13571. jQuery.isPlainObject 1.9.x compatibility
Rick Waldron
2013-03-06
1
-2
/
+41
*
Fix typos. Close gh-1186.
dmitrygusev
2013-02-28
1
-4
/
+4
*
No ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
1
-4
/
+8
*
Adds test for jQuery.extend deep copy with array, followed by object. Refutes...
Rick Waldron
2013-02-03
1
-0
/
+21
*
Fix #12656. Make event shorthands excludable.
Dave Methvin
2013-01-27
1
-3
/
+6
*
Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.
Richard Gibson
2013-01-25
1
-0
/
+7
*
Change test description
Oleg
2013-01-08
1
-1
/
+2
*
Bring back jQuery.buildFragment and remove jQuery.clean
Oleg
2013-01-08
1
-1
/
+9
*
Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.
Sebi Burkhard
2012-12-23
1
-1
/
+11
*
Adjust jQuery('html') detection to only match when html starts with '<' (not ...
timmywil
2012-12-13
1
-8
/
+4
*
Fix IE failures from 55313d32
Richard Gibson
2012-12-11
1
-17
/
+16
*
Be specific about Firefox nodes-as-nodelist. Never assume that modern browser...
Rick Waldron
2012-12-10
1
-1
/
+3
*
Fixes #13021. Normalization of core utility array like detection based on sta...
Rick Waldron
2012-12-10
1
-72
/
+193
*
Don't test what ain't there no more
Richard Gibson
2012-12-06
1
-122
/
+0
[next]