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
*
Build: combine intro and outro
Timmy Willison
2016-03-09
2
-5
/
+10
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
15
-25
/
+26
*
Attributes: remove redundant parent check
Timmy Willison
2016-03-07
1
-1
/
+1
*
Selector: filters -> pseudos
Timmy Willison
2016-03-07
3
-4
/
+6
*
Core: restore enumeration behavior in isPlainObject
Timmy Willison
2016-03-07
1
-3
/
+6
*
Core: Deprecate jQuery.parseJSON
Michał Gołębiowski
2016-03-02
4
-12
/
+4
*
Attributes: remove the lower-casing logic for attribute names
Michał Gołębiowski
2016-02-17
1
-10
/
+2
*
Build: use hard-coded path to sizzle in selector-sizzle
Timmy Willison
2016-02-10
1
-1
/
+1
*
Revert "Offset: account for scroll when calculating position"
Oleg Gaidarenko
2016-02-09
1
-5
/
+2
*
Attributes: Add a support comment & fix a link @ tabIndex hook
Michał Gołębiowski
2016-02-03
1
-1
/
+2
*
Selector: add jQuery.escapeSelector
Timmy Willison
2016-01-28
2
-3
/
+28
*
CSS: Make sure elem.ownerDocument.defaultView is not null
Todor Prikumov
2016-01-27
1
-1
/
+1
*
Docs: use https where possible
Bernhard M. Wiedemann
2016-01-27
2
-2
/
+2
*
Core: Improve isNumeric logic and test coverage
Steve Mao
2016-01-24
1
-1
/
+5
*
Effects: remove width/height exception for oldIE
Timmy Willison
2016-01-21
1
-1
/
+1
*
CSS: isHidden -> isHiddenWithinTree
Timmy Willison
2016-01-21
4
-10
/
+11
*
Traversing: restore jQuery push behavior in .find
Timmy Willison
2016-01-20
1
-3
/
+4
*
Ajax: add serialize to AMD dependencies
Timmy Willison
2016-01-19
1
-1
/
+2
*
Event: Fix chaining .on() with null handlers
Devin Wilson
2016-01-19
1
-0
/
+2
*
Attributes: fix setting selected on an option in IE<=11
Timmy Willison
2016-01-19
1
-0
/
+16
*
CSS: Stop Firefox from treating disconnected elements as cascade-hidden
Richard Gibson
2016-01-14
1
-1
/
+6
*
CSS: Restore cascade-override behavior in .show
Richard Gibson
2016-01-13
2
-9
/
+48
*
Traversing: Never let .closest() match positional selectors
Richard Gibson
2016-01-13
1
-13
/
+14
*
Traversing: .not/.filter consistency with non-elements
Martijn W. van der Lee
2016-01-13
1
-1
/
+1
*
Docs: Updated links to https where they are supported.
Jon Dufresne
2016-01-13
3
-5
/
+5
*
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
[next]