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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Event: Remove fixHooks, propHooks; switch to ES5 getter with addProp
Jason Bedard
2016-05-04
1
-15
/
+7
*
Tests: Make the regex catching Safari 9.0/9.1 more resilient
Michał Gołębiowski
2016-05-02
1
-1
/
+1
*
Tests: take Safari 9.1 into account
Michał Gołębiowski
2016-05-02
1
-1
/
+1
*
Deferred: Separate the two paths in jQuery.when
Richard Gibson
2016-05-02
2
-179
/
+224
*
Revert "Effects: Remove additional parameters of easings"
Oleg Gaidarenko
2016-04-27
1
-2
/
+6
*
Deferred: Provide explicit undefined context for jQuery.when raw casts
Richard Gibson
2016-04-27
1
-1
/
+4
*
Ajax: Ensure ajaxSettings.traditional is still honored
Dave Methvin
2016-04-27
2
-2
/
+73
*
Serialize: .param - don't use ajaxSettings.traditional
Alexander K
2016-04-27
1
-28
/
+12
*
Tests: Weaken sync-assumption from jQuery.when to jQuery.ready.then
Richard Gibson
2016-04-26
1
-11
/
+35
*
Deferred: Remove default callback context
Richard Gibson
2016-04-23
1
-26
/
+42
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
10
-51
/
+51
*
Tests: Make iframe tests wait after checking isReady
Dave Methvin
2016-04-11
3
-21
/
+14
*
CSS: Toggle detached elements as visible unless they have display: none
Richard Gibson
2016-04-11
2
-4
/
+41
*
Core: add test for `jQuery.isPlainObject(localStorage)`
Oleg Gaidarenko
2016-04-08
1
-0
/
+6
*
Serialize: Treat literal and function-returned null/undefined the same
Joe Trumbull
2016-04-05
1
-1
/
+4
*
Ajax: execute jQuery#load callback with correct context
Oleg Gaidarenko
2016-04-04
1
-0
/
+19
*
Tests: do not run IE9 effect tests if inside testswarm
Oleg Gaidarenko
2016-04-04
1
-20
/
+29
*
Core: Simplify isPlainObject
Richard Gibson
2016-04-04
1
-5
/
+6
*
Core: set the base href of the context in parseHTML
Timmy Willison
2016-04-04
1
-0
/
+9
*
Core: implement ready without Deferred
Timmy Willison
2016-04-04
1
-11
/
+67
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
5
-8
/
+8
*
Docs:Tests: Remove legacy code & add support comments where needed
Michał Gołębiowski
2016-03-30
4
-54
/
+37
*
Attributes: strip/collapse whitespace for set values on selects
Timmy Willison
2016-03-17
1
-6
/
+76
*
Core: Restore 1.x isPlainObject constructor checks
Richard Gibson
2016-03-14
1
-1
/
+10
*
Tests: add additional test for jQuery.isPlainObject
Oleg Gaidarenko
2016-03-12
1
-1
/
+11
*
Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixture
Alexander Lisianoi
2016-03-09
1
-1
/
+1
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
8
-126
/
+44
*
Core: restore enumeration behavior in isPlainObject
Timmy Willison
2016-03-07
1
-2
/
+14
*
Core: Deprecate jQuery.parseJSON
Michał Gołębiowski
2016-03-02
5
-95
/
+76
*
Dimensions: Add tests for negative borders & paddings
Vitaliy Terziev
2016-02-24
1
-6
/
+32
*
Tests: limit selection to #qunit-fixture in attributes.js
Alexander Lisianoi
2016-02-22
1
-5
/
+6
*
Tests: fix typos
William Robinet
2016-02-17
2
-3
/
+3
*
Tests: use `jQuery` variable instead of `$`
Oleg Gaidarenko
2016-02-13
1
-1
/
+1
*
Tests: test element position outside view
Oleg Gaidarenko
2016-02-11
1
-0
/
+30
*
Tests: account for new offset tests
Oleg Gaidarenko
2016-02-09
1
-1
/
+1
*
Revert "Offset: account for scroll when calculating position"
Oleg Gaidarenko
2016-02-09
1
-12
/
+2
*
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
*
Selector: add jQuery.escapeSelector
Timmy Willison
2016-01-28
1
-0
/
+6
*
CSS: Add test for gh-2867
Timmy Willison
2016-01-27
1
-0
/
+10
*
Build: enable JSCS for test/unit/support.js, fix styling issues
Michał Gołębiowski
2016-01-27
1
-3
/
+5
*
Tests: Set Edge's expected support for clearCloneStyle to true
Zack Hall
2016-01-27
1
-2
/
+3
*
Tests: Fix manipulation tests in Android 4.4
Michał Gołębiowski
2016-01-27
1
-0
/
+12
*
Core: Update isNumeric tests for pre-ES2015 safety
Richard Gibson
2016-01-24
1
-24
/
+20
*
Core: Improve isNumeric logic and test coverage
Steve Mao
2016-01-24
1
-2
/
+23
*
Tests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.Browser
Michał Gołębiowski
2016-01-20
1
-2
/
+36
*
Event: Fix chaining .on() with null handlers
Devin Wilson
2016-01-19
1
-0
/
+22
*
Attributes: fix setting selected on an option in IE<=11
Timmy Willison
2016-01-19
1
-0
/
+31
*
Docs: remove compat references
Timmy Willison
2016-01-14
1
-1
/
+1
*
CSS: Restore cascade-override behavior in .show
Richard Gibson
2016-01-13
2
-98
/
+338
[next]