index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Offset: remove ownerDocument check in offset getter
Timmy Willison
2015-05-05
2
-14
/
+6
*
Offset: Fix .offset() to correctly work with ShadowDOM
Arthur Stolyar
2015-05-05
2
-19
/
+37
*
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
5
-9
/
+9
*
Core: allow init to accept an alternate rootjQuery for migrate's sake
Timmy Willison
2015-05-04
1
-4
/
+8
*
Data: camelCasing should not ignore case
Timmy Willison
2015-05-04
2
-1
/
+11
*
Data: always camelCase keys in .data()
Timmy Willison
2015-05-04
2
-67
/
+126
*
CSS: fix dependency order for amd
Timmy Willison
2015-05-04
1
-1
/
+1
*
Data: do not include digits when camelCasing
Timmy Willison
2015-05-04
3
-6
/
+7
*
Core:CSS:Event: simplification of native method signatures
Oleg Gaidarenko
2015-05-03
4
-9
/
+9
*
Ajax: remove "onunload" event handler
Oleg Gaidarenko
2015-05-03
1
-18
/
+3
*
Event: add support comment
Oleg Gaidarenko
2015-05-03
1
-0
/
+7
*
Event: remove guard for falsy handler argument of jQuery#on method
Oleg Gaidarenko
2015-05-03
2
-16
/
+0
*
Manipulation: Make an HTML interception point
Richard Gibson
2015-04-30
3
-51
/
+85
*
Manipulation: Detect sneaky no-content replaceWith input
Richard Gibson
2015-04-30
2
-23
/
+41
*
Core: add workaround for iOS JIT error in isArrayLike
Timmy Willison
2015-04-29
2
-1
/
+27
*
Tests: Increase QUnit timeout
Michał Gołębiowski
2015-04-27
1
-1
/
+1
*
Deferred: Always handle progress callbacks before done/fail
Richard Gibson
2015-04-22
2
-29
/
+80
*
Attributes: remove unnecessary element null check
Bastian Buchholz
2015-04-20
1
-1
/
+1
*
Core: Follow the AMD specification for define
Alexander O'Mara
2015-04-13
1
-1
/
+1
*
CSS: Don't expose jQuery.swap
Michał Gołębiowski
2015-04-13
2
-10
/
+6
*
Build: update Sizzle
Timmy Willison
2015-04-13
5
-156
/
+234
*
Docs: Rename 1.x to compat
Michał Gołębiowski
2015-03-30
2
-2
/
+2
*
Attributes: revert returning null for non-existant attributes
Timmy Willison
2015-03-30
2
-48
/
+44
*
Wrap: Support .unwrap( selector) for selective unwrapping
Dave Methvin
2015-03-30
2
-6
/
+30
*
Build: Update native-promise-only (again)
Michał Gołębiowski
2015-03-28
2
-3
/
+3
*
Tests: add the current version of node and iojs to the travis config
Jon Hester
2015-03-26
1
-0
/
+2
*
Core: Update tested jsdom, drop obsolete workarounds
Michał Gołębiowski
2015-03-25
1
-2
/
+1
*
Build: Update native-promise-only
Michał Gołębiowski
2015-03-25
2
-3
/
+3
*
Offset: Round offset value for the sake of floating errors
Michał Gołębiowski
2015-03-23
1
-2
/
+5
*
Deferred: Backwards-compatible standards interoperability
Richard Gibson
2015-03-20
9
-114
/
+698
*
Tests: Expand CSS relative adjustment tolerance for IE
Richard Gibson
2015-03-16
1
-2
/
+2
*
Tests: Fix CSS relative adjustment test for round-down browsers
Richard Gibson
2015-03-16
1
-7
/
+19
*
Attributes: revert returning null for non-elements
Timmy Willison
2015-03-16
2
-2
/
+2
*
Tests: Restore IE8 workarounds (Sinon timers for IE & HTML5 shiv)
Michał Gołębiowski
2015-03-16
1
-0
/
+8
*
Attributes: fix failing test for new return value
Timmy Willison
2015-03-16
2
-3
/
+12
*
Attributes: return null when attribute does not exist
Winston Howes
2015-03-16
2
-44
/
+39
*
CSS: Support relative adjustment in any applicable unit
Mr21
2015-03-09
5
-61
/
+135
*
Build: remove deprecated JSHint options
Stephen Edgar
2015-03-08
2
-6
/
+0
*
Event: correct support comment
Oleg Gaidarenko
2015-03-08
1
-1
/
+3
*
Core: change jQuery.each and jQuery#each signatures
Oleg Gaidarenko
2015-02-19
1
-31
/
+10
*
Ajax: remove use of jQuery#each second argument
Oleg Gaidarenko
2015-02-19
1
-1
/
+3
*
Tests: make top of the HTML suite compliant with style guide
Oleg Gaidarenko
2015-02-19
1
-16
/
+6
*
Ajax: remove deprecated extensions from ajax promise
Oleg Gaidarenko
2015-02-17
2
-12
/
+10
*
Ajax: move explanatory comment to appropriate place
Oleg Gaidarenko
2015-02-15
1
-2
/
+2
*
Build: fix broken assertions caused by QUnit update
Oleg Gaidarenko
2015-02-15
2
-9
/
+9
*
Ajax: replace "jqXHR.complete" callback with "always"
Oleg Gaidarenko
2015-02-15
1
-1
/
+4
*
Ajax: make jQuery#load "type" field explicit
Oleg Gaidarenko
2015-02-15
4
-3
/
+17
*
Ajax: simplify one ajax call and add explanatory comment
Oleg Gaidarenko
2015-02-15
2
-2
/
+2
*
Core: simplify "each" stylesheet iteration test
Oleg Gaidarenko
2015-02-15
1
-1
/
+1
[next]