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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Travis CI config for PR testing
Jörn Zaefferer
2013-09-12
2
-1
/
+7
*
Flip the switch on checkOn
Timmy Willison
2013-09-11
1
-1
/
+1
*
Correct the checkClone support test for Safari 5.1 and mobile webkits
Timmy Willison
2013-09-11
1
-14
/
+11
*
Fix support test for checkClone. Fixes Safari 5.1 manip failures.
Timmy Willison
2013-09-11
2
-2
/
+4
*
Fix context
Timmy Willison
2013-09-11
1
-1
/
+1
*
The cssHook from addGetHookIf wasn't actually getting added
Timmy Willison
2013-09-11
3
-8
/
+7
*
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.
Michał Gołębiowski
2013-09-11
1
-3
/
+21
*
Modules can assume the presence of their parents
Timmy Willison
2013-09-10
1
-1
/
+0
*
No ticket. Abstract conditional hook definition.
Michał Gołębiowski
2013-09-11
3
-40
/
+52
*
Remove offset dependency from css. Move curCSS and getStyles to their own mod...
Timmy Willison
2013-09-10
6
-85
/
+111
*
Woops, lint grunt file
Timmy Willison
2013-09-10
1
-1
/
+1
*
Map Sizzle to a path with config to allow users to put Sizzle wherever they want
Timmy Willison
2013-09-10
3
-3
/
+11
*
Ensure display: inline-block when animating width/height on inline elements. ...
Timmy Willison
2013-09-10
2
-6
/
+17
*
Unignore license in bower. Ignore other unnecessary files.
Timmy Willison
2013-09-09
1
-2
/
+4
*
Separate jQuery.fn.init into its own module (for lighter core dependencies ac...
Timmy Willison
2013-09-09
18
-213
/
+250
*
Don't keep semicolons if the require call is not a var declaration
Timmy Willison
2013-09-09
1
-3
/
+3
*
Apply consistent ordering in all modules. -38 bytes. Order modules like funct...
Timmy Willison
2013-09-09
9
-838
/
+837
*
All non-var modules should not indent in their AMD wrappers (just for prettie...
Timmy Willison
2013-09-09
8
-131
/
+143
*
Break jQuery.access out into its own module to separate it from core; Adjust ...
Timmy Willison
2013-09-09
14
-123
/
+153
*
Update r.js (running latest master until new r.js is published to NPM)
Timmy Willison
2013-09-09
1
-26
/
+75
*
Reorder css.js logically
Timmy Willison
2013-09-09
1
-177
/
+177
*
Add AMD+CommonJS capabilities to the build script (for modules with long unre...
Timmy Willison
2013-09-09
3
-16
/
+22
*
Fix loading tests with AMD (new support module needed core)
Timmy Willison
2013-09-09
1
-1
/
+2
*
Restore optIn behavior for builds
Timmy Willison
2013-09-08
1
-6
/
+11
*
Revert "Keep the build for bower"
Timmy Willison
2013-09-08
1
-0
/
+1
*
Keep the build for bower
Timmy Willison
2013-09-08
1
-1
/
+0
*
Always return jQuery in modules that can be included separately
Timmy Willison
2013-09-08
14
-2
/
+24
*
Move parsing methods to their own files (separates manipulation dependency fr...
Timmy Willison
2013-09-08
7
-58
/
+82
*
No ticket. Update support comments to reflect current state of affairs.
Michał Gołębiowski
2013-09-07
5
-6
/
+5
*
No ticket. Update AUTHORS.txt.
Michał Gołębiowski
2013-09-07
1
-0
/
+4
*
No ticket. Restore support for Safari 5.1 in test/unit/support.js for now.
Michał Gołębiowski
2013-09-07
1
-7
/
+13
*
Convert testrunner to an AMD module and ensure jQuery is on the page when exe...
Timmy Willison
2013-09-06
5
-293
/
+303
*
No ticket: link testinit
Timmy Willison
2013-09-06
1
-1
/
+1
*
Move test loader to testinit.js. Fix race condition with dependency loading.
Timmy Willison
2013-09-06
3
-69
/
+68
*
Use requirejs to load the testswarm inject script
Timmy Willison
2013-09-06
2
-16
/
+15
*
No ticket. Restore checking individual src/**/*.js files by jsHint.
Michał Gołębiowski
2013-09-06
23
-25
/
+34
*
No ticket. Optimize the marginRight hook: run the support test once only.
Michał Gołębiowski
2013-09-06
1
-7
/
+14
*
With all of the ready calls removed internally, ready was never kicked off. A...
Timmy Willison
2013-09-06
1
-0
/
+3
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
35
-433
/
+383
*
Fix #14084: attach the test div to documentElement, not body.
Michał Gołębiowski
2013-09-05
4
-47
/
+70
*
Fix #13983. Switch to //# for sourcemap directives.
Michał Gołębiowski
2013-09-05
3
-21
/
+3
*
No ticket. Update packages, make the devDependencies list alphabetic.
Michał Gołębiowski
2013-09-05
1
-5
/
+5
*
No ticket: Hide the testing-support jQuery from tests
Richard Gibson
2013-09-03
6
-32
/
+41
*
Ref #14313: Further code and test improvements
Richard Gibson
2013-09-03
2
-19
/
+57
*
Fix #14313: Optimize jQuery.merge for size. Close gh-1344.
Amey Sakhadeo
2013-08-30
1
-6
/
+2
*
Fix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a54...
Richard Gibson
2013-08-30
1
-7
/
+12
*
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
Timmy Willison
2013-08-29
8
-152
/
+166
*
Use window.QUnit to detect the top window when loading with AMD
Timmy Willison
2013-08-29
1
-1
/
+3
*
Fix for custom attr handles duck-punching the boolean attr handle
Timmy Willison
2013-08-28
2
-18
/
+29
*
Update Sizzle to 1.10.7
Timmy Willison
2013-08-27
1
-1
/
+1
[next]