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
*
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
*
Build: Sizzle version labels must start with a dash
Timmy Willison
2014-12-17
1
-1
/
+1
*
Build: update node dependencies
Timmy Willison
2014-12-17
1
-8
/
+8
*
Build: account for version labels in Sizzle versions
Timmy Willison
2014-12-17
1
-1
/
+1
*
Authors: Update AUTHORS.TXT and .mailmap
Dave Methvin
2014-12-16
2
-1
/
+17
*
Sizzle: update to 2.1.1
Timmy Willison
2014-12-15
7
-46
/
+131
*
README: various text fixes
Oleg Gaidarenko
2014-12-15
2
-7
/
+7
*
Support: Correct iOS 8 support test results, re-arrange entries
Michał Gołębiowski
2014-12-13
1
-5
/
+22
*
Ajax: use anchor tag for parsing urls
Ben Toews
2014-12-11
2
-20
/
+31
*
Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out
Timmy Willison
2014-12-10
5
-6
/
+67
*
Event: Empty namespaces should be uneventfully ignored
Dave Methvin
2014-12-09
2
-1
/
+12
*
Core: revert addition of createHTMLDocument. Thanks, Safari 8.
Timmy Willison
2014-12-09
2
-17
/
+1
*
Css: Remove non-functional unit test for negative margin
Dave Methvin
2014-12-09
1
-4
/
+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
5
-36
/
+13
*
Build: fix tests in AMD mode
Timmy Willison
2014-12-09
8
-32
/
+32
*
Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML
Frederic Hemberger
2014-12-09
5
-3
/
+39
*
Support: Re-organize browser order, add Safari 8
Michał Gołębiowski
2014-12-09
1
-41
/
+9
*
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
2
-7
/
+10
*
Manipulation: improve test for data-URI
Oleg Gaidarenko
2014-12-08
1
-3
/
+19
*
Event: Fully clean up events in unit test
Veaceslav Grimalschi
2014-12-07
1
-1
/
+2
*
Callbacks: Disabling a callback should prevent firing
Dave Methvin
2014-12-07
2
-2
/
+19
*
Tests: Tilt at a few style guide windmills
Richard Gibson
2014-12-06
1
-45
/
+43
*
Tests: Accommodate page changes from the QUnit HTML reporter
Richard Gibson
2014-12-06
1
-21
/
+20
*
Tests: Minor updates for QUnit 1.16 compatibility
Richard Gibson
2014-12-05
5
-23
/
+24
*
Tests: Update QUnit
Richard Gibson
2014-12-05
3
-1159
/
+1717
*
Build: Remove empty define({}) from build output
David Corbacho
2014-12-04
1
-1
/
+3
*
CONTRIBUTING: Condense info and add directions to other resources
Dave Methvin
2014-12-04
1
-111
/
+23
*
Event: Copy detail property to jQuery.Event on native events
Dave Methvin
2014-12-03
2
-1
/
+20
*
Core: Throw an error on $("#") rather than returning 0-length collection
Dave Methvin
2014-12-03
2
-3
/
+9
*
README: Add selector-native.js link. Thanks @randsonjs!
Dave Methvin
2014-12-03
1
-1
/
+1
*
Manipulation: support data-URI scripts insertion
Bin Xin
2014-12-03
2
-0
/
+10
*
CSS: Clean up memory leak in reliableMarginRight
Dave Methvin
2014-12-02
1
-0
/
+1
[next]