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/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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
2
-6
/
+31
*
Attributes: fix tabIndex on <img> in IE11
Joelle Fleurantin
2015-10-18
1
-5
/
+15
*
CSS: use isFinite in place of redundant isNumeric
Timmy Willison
2015-10-18
1
-1
/
+1
*
CSS: fix AMD mode for the new showHide module
Timmy Willison
2015-10-18
1
-1
/
+2
*
Event: Fix delegated radio events when arrow keys are used
Dave Methvin
2015-10-18
1
-3
/
+4
*
Attributes: removeClass() -> attr("class", "")
Thomas Tortorini
2015-10-18
1
-23
/
+21
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-18
1
-5
/
+2
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-18
1
-54
/
+22
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-18
2
-24
/
+25
*
Deprecated: fix amd mode for the deprecated module
Timmy Willison
2015-10-18
1
-1
/
+3
*
Core: make isNumeric test work on Symbol
Liza Ramo
2015-10-17
1
-1
/
+2
*
Core: Support Symbol wrapper objects in jQuery.type
Christian Grete
2015-10-13
1
-1
/
+1
*
Ajax: improve content-type detection
Oleg Gaidarenko
2015-10-12
2
-4
/
+4
*
Ajax: correct indentation
Oleg Gaidarenko
2015-10-12
1
-3
/
+3
*
Tests:Docs: Fix various typos
Gary Ye
2015-10-12
1
-1
/
+1
*
Event: Move .bind() and .delegate() to deprecated
Dave Methvin
2015-10-12
2
-18
/
+22
*
Ajax: Mitigate possible XSS vulnerability
Oleg Gaidarenko
2015-10-12
2
-1
/
+8
*
Manipulation: Don't provide the parser with sloppy table markup
Anthony Ryan
2015-09-14
1
-13
/
+6
*
Data: Combine register and cache methods
Jason Bedard
2015-09-14
1
-33
/
+27
*
Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support
Michał Gołębiowski
2015-09-14
6
-57
/
+5
*
Data: avoid using delete on DOM nodes
Jason Bedard
2015-09-08
2
-7
/
+21
*
Manipulation: Switch rnoInnerhtml to a version more performant in IE
Sean Henderson
2015-09-08
1
-1
/
+5
*
Traversing: Don't expose jQuery.dir & jQuery.sibling
Michał Gołębiowski
2015-09-08
3
-38
/
+46
*
Effects: Finish should call progress
Thomas Tortorini
2015-09-08
1
-0
/
+1
*
Core: Remove unnecessary parameter to jQuery#constructor
Yongwoo Jeon
2015-09-08
1
-1
/
+1
*
Data: do not create data cache when fetching single property
Jason Bedard
2015-09-08
1
-4
/
+2
*
Build: put back "lint" command to the "dev" list
Oleg Gaidarenko
2015-09-08
1
-0
/
+1
*
Data: Don't expose jQuery.acceptData
Jason Bedard
2015-09-08
4
-18
/
+13
*
Serialize: Fix object detection
Michał Gołębiowski
2015-09-07
1
-1
/
+1
*
Serialize: Handle arrays with null values
Daniel Nill
2015-09-07
1
-1
/
+1
*
Effects: Remove additional parameters of easings
Thomas Tortorini
2015-09-07
1
-10
/
+5
*
Ajax: do not quote "throws" option - use dot notation instead
Oleg Gaidarenko
2015-09-07
1
-1
/
+1
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
90
-603
/
+786
*
Event: Only check elements for delegation matches
Richard Gibson
2015-08-10
1
-1
/
+2
*
Core: Don't expose jQuery.access
Michał Gołębiowski
2015-08-03
1
-1
/
+1
*
Build: Add a comment explaining why the es3 option is needed
Michał Gołębiowski
2015-08-03
1
-0
/
+3
*
Data: remove user data in cleanData
Jason Bedard
2015-07-28
1
-10
/
+15
*
Event: Update support comments for mouseenter/mouseleave implementation
Michał Gołębiowski
2015-07-27
1
-7
/
+4
*
Core: Adjust comments & tests after dropping Safari 6 support
Michał Gołębiowski
2015-07-27
2
-2
/
+2
*
Core: .each/.map should accept an undefined/null value
Thomas Tortorini
2015-07-27
1
-11
/
+9
*
Core: Add a support comment for Safari 8
Michał Gołębiowski
2015-07-20
1
-0
/
+5
*
Build: Acknowledge Android 2.3 is not ES5-compatible
Michał Gołębiowski
2015-07-20
1
-0
/
+3
*
Selector: Define jQuery.uniqueSort in selector-native too
Marek Lewandowski
2015-07-14
1
-22
/
+24
*
Ajax: Remove jsonp callbacks through "jQuery#removeProp" method
Oleg Gaidarenko
2015-07-13
1
-2
/
+8
*
CSS: Make .css("width") & .css("height") return fractional values
Michał Gołębiowski
2015-07-07
1
-9
/
+17
*
Deferred: add .catch handler
Timmy Willison
2015-07-06
1
-0
/
+3
*
CSS: Improve a comment explaining IE11 fullscreen bug
Michał Gołębiowski
2015-07-01
1
-1
/
+2
*
Effects: Adding unit tests for jQuery.Animation
Corey Frang
2015-06-26
1
-18
/
+26
*
Effects: Add tests for jQuery.Tween
Corey Frang
2015-06-26
2
-4
/
+7
*
CSS: make the getStyles function more readable
Thomas Tortorini
2015-06-25
1
-3
/
+6
[next]