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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
No ticket: Compress core and data modules
Richard Gibson
2013-09-28
2
-48
/
+48
*
No ticket: Fix XHTML regression. Close gh-1375.
Anthony Ryan
2013-09-23
1
-1
/
+1
*
core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.
Timo Tijhof
2013-09-23
1
-1
/
+1
*
Fix #14290. Don't throw if text node is appended to table. Close gh-1371.
Dave Methvin
2013-09-19
1
-1
/
+1
*
Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh...
Dave Methvin
2013-09-19
1
-3
/
+4
*
Fix #12723 and simplification and optmization of defaultDisplay helper
Oleg
2013-09-17
1
-9
/
+20
*
Simplify replaceWith method. Closes gh-1276
Oleg
2013-09-17
1
-21
/
+11
*
Correct code style in comment line
Oleg
2013-09-13
1
-1
/
+1
*
No ticket: fix code style inconsistencies. Closes gh-1361
Oleg
2013-09-13
15
-31
/
+32
*
Ref #14313: NaN detection. Close gh-1352.
Richard Gibson
2013-09-12
2
-3
/
+6
*
charAt -> string indexing. Close gh-1359.
Mike Sidorov
2013-09-12
2
-2
/
+2
*
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
*
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
*
Map Sizzle to a path with config to allow users to put Sizzle wherever they want
Timmy Willison
2013-09-10
1
-1
/
+1
*
Ensure display: inline-block when animating width/height on inline elements. ...
Timmy Willison
2013-09-10
1
-3
/
+10
*
Separate jQuery.fn.init into its own module (for lighter core dependencies ac...
Timmy Willison
2013-09-09
18
-213
/
+250
*
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
13
-122
/
+149
*
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
2
-16
/
+14
*
Fix loading tests with AMD (new support module needed core)
Timmy Willison
2013-09-09
1
-1
/
+2
*
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
4
-5
/
+5
*
No ticket. Restore checking individual src/**/*.js files by jsHint.
Michał Gołębiowski
2013-09-06
21
-25
/
+26
*
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
18
-184
/
+246
*
Fix #14084: attach the test div to documentElement, not body.
Michał Gołębiowski
2013-09-05
1
-47
/
+37
*
Ref #14313: Further code and test improvements
Richard Gibson
2013-09-03
1
-7
/
+5
*
Fix #14313: Optimize jQuery.merge for size. Close gh-1344.
Amey Sakhadeo
2013-08-30
1
-6
/
+2
*
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
Timmy Willison
2013-08-29
2
-3
/
+7
*
Fix for custom attr handles duck-punching the boolean attr handle
Timmy Willison
2013-08-28
1
-18
/
+15
*
Remove trailing comma in define array. Close gh-1336.
Guy Bedford
2013-08-20
1
-2
/
+2
*
No ticket. Add a support note about defaultPrevented missing in Android < 4.0
Michał Gołębiowski
2013-08-19
1
-1
/
+4
*
Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311.
Chris Price
2013-08-19
1
-1
/
+1
*
Fix #14164: assign className in addClass/removeClass only if changed. Close g...
Jeremy Dunck
2013-08-19
1
-4
/
+13
*
When converting the source to AMD, don't forget to AMD
Timmy Willison
2013-08-16
2
-2
/
+9
*
Specify support as a dependency wherever it is used. Optimize module order to...
Timmy Willison
2013-08-15
9
-11
/
+20
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
63
-1180
/
+1598
*
Removed an unneeded variable. Closes gh-1321.
terrycojones
2013-08-08
1
-3
/
+2
*
No need to remove if they ain't nuthin thar
Timmy Willison
2013-07-24
1
-1
/
+1
*
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Cl...
Michał Gołębiowski
2013-07-11
1
-1
/
+0
[next]