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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Fix various spelling errors
Josh Soref
2016-01-13
1
-1
/
+1
*
Deferred: Warn on exceptions that are likely programming errors
Dave Methvin
2016-01-13
3
-1
/
+32
*
Deferred: Remove undocumented progress notifications in $.when
Dave Methvin
2016-01-13
1
-21
/
+18
*
Manipulation: Bring tagname regexes up to spec
Leonardo Braga
2016-01-07
3
-3
/
+3
*
CSS: Add animation-iteration-count to cssNumber, fix tests
Jun Sun
2016-01-07
1
-0
/
+1
*
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
Timmy Willison
2016-01-07
1
-17
/
+52
*
Event: Remove duplicated word text on comment
Jae Sung Park
2015-12-03
1
-1
/
+1
*
Attributes: exclusively lowercase A-Z in attribute names
Timmy Willison
2015-12-02
1
-2
/
+9
*
Core: do not expose second argument of the `jQuery.globalEval`
Oleg Gaidarenko
2015-12-02
3
-10
/
+23
*
Ajax: Preserve URL hash on requests
Dave Methvin
2015-11-30
1
-12
/
+16
*
Ajax: Golf away 21 bytes
Richard Gibson
2015-11-19
1
-30
/
+28
*
Deferred: syncronize single and multiple target handling in $.when
Timmy Willison
2015-11-13
1
-11
/
+11
*
Selector: pass jQuery unit tests with selector-native
Timmy Willison
2015-11-11
1
-49
/
+76
*
Effects: fix loading showHide in AMD mode
Timmy Willison
2015-11-10
1
-0
/
+1
*
Offset: offsetLeft/Top on empty set returns undefined
Dave Methvin
2015-11-10
1
-1
/
+1
*
Dimensions: Empty sets should return undefined
Dave Methvin
2015-11-10
1
-1
/
+1
*
Dimensions: properly manipulate non-px values
Timmy Willison
2015-11-09
1
-9
/
+19
*
Manipulation: execute scripts from iframe in the iframe's context
Timmy Willison
2015-11-09
2
-4
/
+5
*
Dimensions: outerWidth/Height include scrollbar
Dave Methvin
2015-11-07
1
-4
/
+4
*
Event: Separate trigger/simulate into its own module
Dave Methvin
2015-11-06
6
-226
/
+259
*
Attributes: return empty array for select-multiple with no values
Timmy Willison
2015-11-05
1
-1
/
+1
*
Ajax: Don't throw exceptions on binary data response
Dave Methvin
2015-11-04
1
-6
/
+7
*
Ajax: trigger error callback on native abort
Timmy Willison
2015-11-03
1
-8
/
+41
*
Ajax: Only form-encode requests with a body
Dave Methvin
2015-11-02
2
-2
/
+8
*
Core: use interactive to evaluate dom ready, barring IE9-10
Timmy Willison
2015-10-29
1
-4
/
+4
*
Attributes: do not set properties to false when removing booleans
Timmy Willison
2015-10-21
1
-10
/
+2
*
Core: make isNumeric limited to strings and numbers
Timmy Willison
2015-10-21
1
-6
/
+6
*
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
[next]