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
*
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
*
Build: fix tests in AMD mode
Timmy Willison
2014-12-09
5
-10
/
+8
*
Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML
Frederic Hemberger
2014-12-09
3
-3
/
+13
*
Core: Simplify and speed up .each
Daniel Husar
2014-12-09
1
-14
/
+5
*
Attributes: Use the option val hook in select val hook and simplify it
Michał Gołębiowski
2014-12-08
1
-7
/
+5
*
Callbacks: Disabling a callback should prevent firing
Dave Methvin
2014-12-07
1
-2
/
+4
*
Event: Copy detail property to jQuery.Event on native events
Dave Methvin
2014-12-03
1
-1
/
+1
*
Core: Throw an error on $("#") rather than returning 0-length collection
Dave Methvin
2014-12-03
1
-1
/
+2
*
Manipulation: support data-URI scripts insertion
Bin Xin
2014-12-03
1
-0
/
+1
*
CSS: Clean up memory leak in reliableMarginRight
Dave Methvin
2014-12-02
1
-0
/
+1
*
Dimensions: allow modification of coordinates argument
Oleg Gaidarenko
2014-11-16
1
-1
/
+3
*
Manipulation: Check state lost if the name is set for Android 4.0-4.3
Michał Gołębiowski
2014-11-06
1
-0
/
+3
*
Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat
Michał Gołębiowski
2014-11-04
1
-1
/
+1
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
11
-64
/
+28
*
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
Timmy Willison
2014-11-03
1
-1
/
+0
*
Ajax: Fix for request aborted in ajaxSend
Dan Hart
2014-11-01
1
-0
/
+6
*
Change broken url to wayback one
Arthur Verschaeve
2014-10-30
1
-1
/
+1
*
Deprecated: Drop size and andSelf methods
Michał Gołębiowski
2014-10-30
1
-12
/
+1
*
Ajax: remove event dependency from the ajax module
Oleg Gaidarenko
2014-10-14
1
-2
/
+3
*
Data: avoid non-alphanumeric chars in expando properties
Jason Bedard
2014-09-26
1
-1
/
+1
*
Event: Restore the `constructor` property on jQuery.Event prototype
Daniel Herman
2014-09-04
1
-0
/
+1
*
Manipulation: Tolerate XMLNode host object input to getAll
Richard Gibson
2014-09-04
1
-2
/
+6
*
CSS: Correct typo in the comment
Oleg Gaidarenko
2014-09-03
1
-3
/
+2
*
CSS: Use pre-defined displays for html and body
Oleg Gaidarenko
2014-09-03
1
-1
/
+7
*
CSS: Remove use of getDefaultComputedStyle
Nazar Mokrynskyi
2014-09-02
1
-12
/
+2
*
Attr: Use typeof check for getAttribute method
Oleg Gaidarenko
2014-09-02
1
-1
/
+1
*
Build: Moved JSHint directives to .jshintrc file
Chris Antaki
2014-09-02
2
-4
/
+2
*
Offset: Simplified a conditional
Chris Antaki
2014-09-02
1
-1
/
+1
*
Core: Drop strundefined variable
Chris Antaki
2014-09-02
7
-20
/
+15
*
CSS: Removed redundant "to the number" in comment
Aurelio De Rosa
2014-09-02
1
-1
/
+1
*
CSS: elements are hidden when either offsetWidth or offsetHeight is zero
Timmy Willison
2014-07-17
1
-1
/
+3
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
32
-157
/
+272
*
Ajax: Remove workaround for IE6/7
Chris Antaki
2014-07-13
1
-19
/
+6
*
Core: Consistently use local reference to access()
Timo Tijhof
2014-07-12
1
-1
/
+1
*
Build: Move all external libraries to external directory
Scott González
2014-06-24
3
-2048
/
+0
*
Build: Remove unused Sizzle test files
Scott González
2014-06-24
8
-11410
/
+0
*
Effects: Improve raf logic
Oleg Gaidarenko
2014-06-16
1
-21
/
+18
*
Effects: Reintroduce use of requestAnimationFrame
Oleg Gaidarenko
2014-06-16
1
-2
/
+25
*
Ajax: Always use script injection in globalEval
Oleg Gaidarenko
2014-06-16
1
-19
/
+4
*
CSS: Do not throw on frame elements in FF
Oleg Gaidarenko
2014-06-16
1
-1
/
+8
*
Support: clean up comments and Support notation
Dave Methvin
2014-06-10
28
-170
/
+161
*
Core: Work around loss of precision from parseFloat
Richard Gibson
2014-06-07
1
-1
/
+2
*
Wrap: Declare a dependency on the manipulation module
TJ VanToll
2014-06-02
1
-0
/
+1
*
Ajax: Support usage without jQuery.event
TJ VanToll
2014-06-02
1
-1
/
+2
*
Ajax: move ajax event aliases to their own file
Timmy Willison
2014-06-02
3
-7
/
+14
[next]