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
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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deferred: Backwards-compatible standards interoperability
Richard Gibson
2015-03-20
1
-27
/
+221
*
Attributes: revert returning null for non-elements
Timmy Willison
2015-03-16
1
-1
/
+1
*
Attributes: fix failing test for new return value
Timmy Willison
2015-03-16
1
-1
/
+1
*
Attributes: return null when attribute does not exist
Winston Howes
2015-03-16
1
-6
/
+1
*
Data: restore explicit data removal of private data in cleanData.
Rick Waldron
2015-03-09
1
-1
/
+1
*
CSS: Support relative adjustment in any applicable unit
Mr21
2015-03-09
4
-58
/
+83
*
Build: remove deprecated JSHint options
Stephen Edgar
2015-03-08
1
-3
/
+0
*
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
3
-67
/
+64
*
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
*
Ajax: remove deprecated extensions from ajax promise
Oleg Gaidarenko
2015-02-17
1
-6
/
+4
*
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
1
-2
/
+4
*
Ajax: simplify one ajax call and add explanatory comment
Oleg Gaidarenko
2015-02-15
2
-1
/
+2
*
Manipulation: don't auto-insert tbody
Oleg Gaidarenko
2015-02-11
1
-6
/
+6
*
Manipulation: simplify html wrappers
Oleg Gaidarenko
2015-02-10
1
-2
/
+13
*
CSS: save 20 bytes in css/support
Michał Gołębiowski
2015-02-05
2
-21
/
+20
*
CSS: Fix the pixelMarginRight support test in Android 2.3
Michał Gołębiowski
2015-02-05
2
-7
/
+8
*
CSS: Restore the hack to get pixels for .css('width') etc.
Michał Gołębiowski
2015-02-04
2
-4
/
+39
*
Event: Add a note about a mouseenter bug in Chrome
Michał Gołębiowski
2015-01-25
1
-0
/
+4
*
Core: Return empty array instead of null for parseHTML("")
Timo Tijhof
2015-01-19
1
-2
/
+2
*
Event: HTML5 drop events inherit from MouseEvent
Dave Methvin
2015-01-14
1
-1
/
+1
*
Offset: simplify jQuery#offsetParent method
Oleg Gaidarenko
2015-01-13
1
-3
/
+12
*
Manipulation: add support to tag-hyphenated elements
Leonardo Braga
2015-01-13
1
-2
/
+2
*
Core: add support to tag-hyphenated elements
Leonardo Braga
2015-01-13
1
-1
/
+1
*
Core: Remove deprecated context and selector properties
Dave Methvin
2015-01-11
3
-18
/
+3
*
Ajax: $.post and $.get can now take an options object
George Mauer
2015-01-11
1
-2
/
+3
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
8
-11
/
+12
*
Callbacks: Reduce size
Richard Gibson
2015-01-10
1
-82
/
+74
*
Callbacks: Don't abort execution on .lock()
Richard Gibson
2015-01-10
1
-1
/
+1
*
Callbacks: No object starts out locked
Richard Gibson
2015-01-10
1
-11
/
+34
*
Event: Normalize mouse event properties in drag events
Aditya Raghavan
2015-01-05
1
-1
/
+1
*
Build: Remove dates from copyright notice
Anne-Gaelle Colom
2015-01-03
1
-1
/
+1
*
Build: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski
2014-12-26
21
-38
/
+70
*
Deferred: Fix $.when with resolved deferred and progress callbacks
Nicolas HENRY
2014-12-25
1
-2
/
+2
*
Ajax: simplify jQuery.parseXML method
Shivaji Varma
2014-12-25
1
-3
/
+2
*
CSS: simplify "defaultDisplay" module
Oleg Gaidarenko
2014-12-24
1
-1
/
+1
*
Manipulation: make wrapAll funarg execute only once
Oleg Gaidarenko
2014-12-24
1
-6
/
+3
*
Data: shave off a couple of bytes
Mike Sidorov
2014-12-24
1
-4
/
+3
*
Data: speed up $.fn.data() for camel-cased key
Victor Homyakov
2014-12-24
1
-2
/
+3
*
Event: fix incorrect window bug with scrollTop/Left in iframes
Aditya Raghavan
2014-12-24
1
-2
/
+2
*
Ajax: use anchor tag for parsing urls
Ben Toews
2014-12-11
1
-19
/
+26
*
Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out
Timmy Willison
2014-12-10
2
-3
/
+23
*
Event: Empty namespaces should be uneventfully ignored
Dave Methvin
2014-12-09
1
-1
/
+1
*
Core: revert addition of createHTMLDocument. Thanks, Safari 8.
Timmy Willison
2014-12-09
1
-3
/
+1
*
Core: pass empty string to createHTMLDocument to appease IE
Timmy Willison
2014-12-09
1
-1
/
+1
*
Core: remove unnecessary support test for createHTMLDocument
Timmy Willison
2014-12-09
3
-14
/
+3
[next]