index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
*
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
3
-62
/
+65
*
Data: do not include digits when camelCasing
Timmy Willison
2015-05-03
3
-6
/
+7
*
Event: remove redundant guards for the event methods
Oleg Gaidarenko
2015-05-03
1
-3
/
+3
*
Core:CSS:Event: simplification of native method signatures
Oleg Gaidarenko
2015-05-03
4
-10
/
+11
*
Ajax: remove "onunload" event handler
Oleg Gaidarenko
2015-05-03
1
-18
/
+3
*
Event: add support comment
Oleg Gaidarenko
2015-05-03
1
-0
/
+6
*
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
-50
/
+85
*
Manipulation: Detect sneaky no-content replaceWith input
Richard Gibson
2015-04-30
2
-22
/
+41
*
Core: add workaround for iOS JIT error in isArrayLike
Timmy Willison
2015-04-29
2
-1
/
+27
*
Core: Test all factory use cases from intro.js
Michał Gołębiowski
2015-04-27
13
-44
/
+152
*
Tests: Increase QUnit timeout
Michał Gołębiowski
2015-04-27
1
-1
/
+1
*
Core: Align branches: remove an unused variable, add comments
Michał Gołębiowski
2015-04-27
3
-2
/
+5
*
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: Add info about Sizzle not being excludable on the compat branch
Michał Gołębiowski
2015-03-30
1
-0
/
+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
*
Core: Update tested jsdom, drop obsolete workarounds
Michał Gołębiowski
2015-03-30
3
-58
/
+49
*
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
*
Data: Drop the tests relying on applets
Michał Gołębiowski
2015-03-25
1
-6
/
+3
*
Build: Update native-promise-only
Michał Gołębiowski
2015-03-25
2
-3
/
+3
*
Build: save sinon update for later
Timmy Willison
2015-03-24
1
-1
/
+1
*
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
-112
/
+696
*
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
*
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
*
Data: restore explicit data removal of private data in cleanData.
Rick Waldron
2015-03-09
2
-1
/
+18
*
CSS: Support relative adjustment in any applicable unit
Mr21
2015-03-09
5
-58
/
+135
*
Build: remove deprecated JSHint options
Stephen Edgar
2015-03-08
3
-10
/
+1
*
Event: correct support comment
Oleg Gaidarenko
2015-03-08
1
-1
/
+3
*
Data: updates to element[expando] cache
Rick Waldron
2015-03-05
1
-36
/
+23
*
Data: move element cache to element[expando]
Rick Waldron
2015-03-04
4
-74
/
+66
*
Data: avoid Object.defineProperties for nodes
Jason Bedard
2015-03-04
1
-13
/
+9
*
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
-7
/
+5
*
Ajax: remove deprecated extensions from ajax promise
Oleg Gaidarenko
2015-02-17
2
-12
/
+10
*
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
-1
/
+2
[next]