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
*
Revert "Misc: Drop support for older browsers; update support comments"
Timmy Willison
2016-01-06
1
-1
/
+1
*
Revert "Core: Return empty array instead of null for parseHTML("")"
Oleg Gaidarenko
2015-12-22
1
-16
/
+11
*
Build: code style fixes after all those reverts
Oleg Gaidarenko
2015-12-22
1
-25
/
+25
*
Revert "Ajax: Always use script injection in globalEval"
Oleg Gaidarenko
2015-12-22
1
-10
/
+16
*
Revert "Core: Remove deprecated context and selector properties"
Oleg Gaidarenko
2015-12-22
1
-5
/
+47
*
Revert "Core: Throw an error on $("#") rather than returning 0-length collect...
Oleg Gaidarenko
2015-12-22
1
-12
/
+5
*
Revert "Data: do not include digits when camelCasing"
Oleg Gaidarenko
2015-12-22
1
-1
/
+1
*
Revert "Offset: allow offset setter to throw for disconnected elements"
Oleg Gaidarenko
2015-12-22
1
-1
/
+9
*
Revert "Core: make isNumeric limited to strings and numbers"
Oleg Gaidarenko
2015-12-22
1
-1
/
+1
*
Core: make isNumeric limited to strings and numbers
Timmy Willison
2015-10-25
1
-1
/
+1
*
Core: make isNumeric test work on Symbol
Liza Ramo
2015-10-25
1
-0
/
+7
*
Core: add unit test for isPlainObject(Symbol)
Liza Ramo
2015-10-18
1
-0
/
+9
*
Tests: Account for array-like objects in jQuery.grep
Aurelio De Rosa
2015-10-13
1
-6
/
+73
*
Tests: fix code style issues
Oleg Gaidarenko
2015-10-13
1
-1
/
+1
*
Core: Support Symbol wrapper objects in jQuery.type
Christian Grete
2015-10-13
1
-0
/
+13
*
Tests: Add .extend test for defined accessor properties
Oleg Gaidarenko
2015-10-12
1
-0
/
+30
*
Tests: more style corrections
Oleg Gaidarenko
2015-09-08
1
-1
/
+1
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-6
/
+14
*
Tests: Partially use new qunit interface
Oleg Gaidarenko
2015-09-07
1
-523
/
+535
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-495
/
+499
*
Tests: don't use deprecated argument in test declaration
Oleg Gaidarenko
2015-07-30
1
-3
/
+9
*
Core: .each/.map should accept an undefined/null value
Thomas Tortorini
2015-07-27
1
-0
/
+12
*
Revert "Offset: allow offset setter to throw for disconnected elements"
Timmy Willison
2015-06-16
1
-1
/
+9
*
Core: Make jQuery objects iterable
Michał Gołębiowski
2015-06-13
1
-0
/
+20
*
Offset: allow offset setter to throw for disconnected elements
Timmy Willison
2015-05-05
1
-9
/
+1
*
Data: do not include digits when camelCasing
Timmy Willison
2015-05-04
1
-1
/
+1
*
Manipulation: Make an HTML interception point
Richard Gibson
2015-04-30
1
-8
/
+4
*
Core: add workaround for iOS JIT error in isArrayLike
Timmy Willison
2015-04-29
1
-0
/
+21
*
Core: simplify "each" stylesheet iteration test
Oleg Gaidarenko
2015-02-15
1
-1
/
+1
*
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
*
Build: fix tests in AMD mode
Timmy Willison
2014-12-10
1
-13
/
+16
*
Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left out
Timmy Willison
2014-12-10
1
-0
/
+16
*
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: Add test for jQuery.ready.promise fallback load
Michał Gołębiowski
2014-03-13
1
-0
/
+5
*
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
2014-01-03
1
-2
/
+0
*
Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting.
Michał Gołębiowski
2013-11-15
1
-1
/
+1
*
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
Richard Gibson
2013-11-12
1
-6
/
+69
*
No ticket. Restore some parsing tests in core. (cherry-picked from 650f325d8e...
Michał Gołębiowski
2013-11-10
1
-5
/
+8
[next]