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-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
*
Attributes: do not set properties to false when removing booleans
Timmy Willison
2015-10-26
1
-18
/
+1
*
Core: make isNumeric limited to strings and numbers
Timmy Willison
2015-10-25
1
-6
/
+6
*
CSS: use isFinite in place of redundant isNumeric
Timmy Willison
2015-10-25
1
-1
/
+1
*
CSS: fix AMD mode for the new showHide module
Timmy Willison
2015-10-25
1
-1
/
+2
*
Event: Fix delegated radio events when arrow keys are used
Dave Methvin
2015-10-25
1
-3
/
+4
*
Attributes: removeClass() -> attr("class", "")
Thomas Tortorini
2015-10-25
1
-24
/
+22
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-25
1
-5
/
+2
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-25
1
-52
/
+21
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-25
2
-23
/
+25
*
Deprecated: fix amd mode for the deprecated module
Timmy Willison
2015-10-25
1
-1
/
+3
*
Core: make isNumeric test work on Symbol
Liza Ramo
2015-10-25
1
-1
/
+2
*
Ajax: Don't let onreadystatechange preempt exceptions from xhr.send
Richard Gibson
2015-10-23
1
-2
/
+6
*
Ajax: Catch synchronous readystatechange events
Richard Gibson
2015-10-23
1
-6
/
+8
*
CSS: Protect against getBoundingClientRect exceptions
Richard Gibson
2015-10-20
1
-6
/
+15
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
2
-9
/
+35
*
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
1
-0
/
+7
*
Manipulation: Don't provide the parser with sloppy table markup
Anthony Ryan
2015-09-14
1
-13
/
+5
*
Event: Use form prop so that a propHook can be used
Adrian Olek
2015-09-14
1
-1
/
+6
*
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: Don't expose jQuery.acceptData
Jason Bedard
2015-09-08
4
-16
/
+14
*
Serialize: Fix object detection
Michał Gołębiowski
2015-09-08
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
-635
/
+860
*
Core: Support non-browser environments
Michał Gołębiowski
2015-08-16
26
-62
/
+100
*
Core:CSS: Attach test nodes to documentElement, not body
Michał Gołębiowski
2015-08-16
3
-26
/
+6
*
Event: Reduce differences from master
Richard Gibson
2015-08-10
1
-7
/
+6
*
Core: Don't expose jQuery.access
Michał Gołębiowski
2015-08-04
1
-1
/
+1
*
Build: Add a comment explaining why the es3 option is needed
Michał Gołębiowski
2015-08-03
1
-0
/
+3
*
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
-1
/
+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
*
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
2
-11
/
+35
*
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
*
Tests: Fix merge conflict
Corey Frang
2015-06-26
1
-3
/
+0
*
Effects: Adding unit tests for jQuery.Animation
Corey Frang
2015-06-26
1
-18
/
+29
*
Effects: Add tests for jQuery.Tween
Corey Frang
2015-06-26
1
-3
/
+5
*
CSS: make the getStyles function more readable
Thomas Tortorini
2015-06-25
1
-3
/
+5
[next]