index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: Update QUnit to latest (1.17.1)
Jörn Zaefferer
2015-02-15
4
-69
/
+141
*
Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0
Oleg Gaidarenko
2015-02-11
1
-5
/
+8
*
Manipulation: don't auto-insert tbody
Oleg Gaidarenko
2015-02-11
2
-6
/
+81
*
Manipulation: simplify html wrappers
Oleg Gaidarenko
2015-02-10
2
-2
/
+25
*
CSS: save 20 bytes in css/support
Michał Gołębiowski
2015-02-05
2
-21
/
+20
*
CSS: Fix the pixelMarginRight support test in Android 2.3
Michał Gołębiowski
2015-02-05
2
-7
/
+8
*
CSS: Restore the hack to get pixels for .css('width') etc.
Michał Gołębiowski
2015-02-04
3
-4
/
+49
*
Release: push dist to same remote as project
Timmy Willison
2015-01-30
1
-3
/
+2
*
Release: remove sourcemap comment from all copies of minified file
Timmy Willison
2015-01-30
4
-9
/
+15
*
Release: fix CDN archive creation
Timmy Willison
2015-01-29
2
-32
/
+49
*
Release: dist can be run during a test
Timmy Willison
2015-01-29
2
-8
/
+2
*
Release: bower.json is actually generated from scratch
Timmy Willison
2015-01-29
1
-4
/
+0
*
Release: Distribute files to distribution repo
Timmy Willison
2015-01-29
7
-159
/
+251
*
Data: Use a PDF object instead of a Java applet for acceptData testing
Michał Gołębiowski
2015-01-29
1
-4
/
+4
*
Build: Speed up the Travis build
Michał Gołębiowski
2015-01-29
1
-0
/
+1
*
Manipulation: increase delay of data-URI test
Oleg Gaidarenko
2015-01-26
1
-1
/
+1
*
Event: Add a note about a mouseenter bug in Chrome
Michał Gołębiowski
2015-01-25
1
-0
/
+4
*
Release: update AUTHORS.txt
Timmy Willison
2015-01-19
1
-0
/
+7
*
Core: Return empty array instead of null for parseHTML("")
Timo Tijhof
2015-01-19
2
-6
/
+11
*
Event: HTML5 drop events inherit from MouseEvent
Dave Methvin
2015-01-14
2
-7
/
+14
*
Offset: simplify jQuery#offsetParent method
Oleg Gaidarenko
2015-01-13
1
-3
/
+12
*
Manipulation: add support to tag-hyphenated elements
Leonardo Braga
2015-01-13
2
-2
/
+19
*
Core: add support to tag-hyphenated elements
Leonardo Braga
2015-01-13
2
-1
/
+14
*
Build: Sanctify the component name status of Wrap
Dave Methvin
2015-01-11
1
-1
/
+2
*
Core: Remove deprecated context and selector properties
Dave Methvin
2015-01-11
5
-65
/
+7
*
Ajax: $.post and $.get can now take an options object
George Mauer
2015-01-11
2
-2
/
+23
*
Build: Rearrange grunt/npm tasks into a build/dist/test pattern
Richard Gibson
2015-01-11
3
-20
/
+24
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
8
-11
/
+12
*
Callbacks: Reduce size
Richard Gibson
2015-01-10
1
-82
/
+74
*
Callbacks: Don't abort execution on .lock()
Richard Gibson
2015-01-10
2
-5
/
+13
*
Callbacks: No object starts out locked
Richard Gibson
2015-01-10
2
-17
/
+43
*
Build: Specify valid components for commit messages
Richard Gibson
2015-01-10
1
-0
/
+25
*
Docs: Fix README uppercase
Dave Methvin
2015-01-09
1
-1
/
+1
*
Docs: Clarify custom build instructions
Dave Methvin
2015-01-06
1
-3
/
+3
*
Release: Remove copying of jquery-latest files
Dave Methvin
2015-01-06
1
-29
/
+18
*
Ajax: Fix cross-domain detection test for non-default port
Victor Homyakov
2015-01-06
1
-1
/
+1
*
Misc: Mac OS is now OS X, thanks @xfq
Dave Methvin
2015-01-06
1
-1
/
+1
*
Event: Normalize mouse event properties in drag events
Aditya Raghavan
2015-01-05
2
-1
/
+15
*
Build: Remove dates from copyright notice
Anne-Gaelle Colom
2015-01-03
3
-5
/
+3
*
README: update the Homebrew site address
Michał Gołębiowski
2015-01-03
1
-1
/
+1
*
Build: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski
2014-12-26
23
-40
/
+88
*
Deferred: Fix $.when with resolved deferred and progress callbacks
Nicolas HENRY
2014-12-25
2
-2
/
+24
*
Ajax: simplify jQuery.parseXML method
Shivaji Varma
2014-12-25
1
-3
/
+2
*
Offset: don't run scrollTop/scrollLeft iframe test in mobile Safari
Oleg Gaidarenko
2014-12-25
1
-7
/
+16
*
CSS: simplify "defaultDisplay" module
Oleg Gaidarenko
2014-12-24
1
-1
/
+1
*
Manipulation: make wrapAll funarg execute only once
Oleg Gaidarenko
2014-12-24
2
-6
/
+33
*
Data: shave off a couple of bytes
Mike Sidorov
2014-12-24
1
-4
/
+3
*
Data: speed up $.fn.data() for camel-cased key
Victor Homyakov
2014-12-24
1
-2
/
+3
*
CSS: Add unit tests for negative margins and positioning
Aditya Raghavan
2014-12-24
1
-0
/
+15
*
Event: fix incorrect window bug with scrollTop/Left in iframes
Aditya Raghavan
2014-12-24
2
-2
/
+17
[next]