index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
...
*
Propagate context of returned deferred object in Deferred.then(). Fixes #13160.
nanto
2013-01-08
2
-17
/
+30
*
Opera 12.0 still implements an older version of the DOM so cloneNode cannot b...
jaubourg
2013-01-08
1
-1
/
+1
*
Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.
Dave Methvin
2013-01-08
4
-46
/
+32
*
Ref #8908. Update IE9 css clone fix. Close gh-1120.
Oleg
2013-01-08
4
-14
/
+30
*
Fix #13103. Add .finish() method. Cherry picked from b6abb31df4d5be80dc13844...
Corey Frang
2013-01-08
3
-4
/
+105
*
Fix #12863. Prevent oldIE from calling `.removeAttribute`
Dave Methvin
2013-01-06
1
-1
/
+1
*
Fix #12336. Ensure oldIE really does .empty() selects.
Dave Methvin
2013-01-06
2
-2
/
+14
*
Fix #12471. Use consistent line endings in jquery.js
Dave Methvin
2013-01-06
1
-5
/
+13
*
Fix #12945. Check for .getAttribute so IE9 is happy.
Dave Methvin
2013-01-04
1
-1
/
+5
*
Fixes #13088: under IE8, $(selector).attr('style') always return lowercase st...
Mike Sherov
2012-12-31
2
-4
/
+8
*
Add release support for map files.
Dave Methvin
2012-12-28
1
-10
/
+45
*
Followup to gh-1089. Avoid duplicate typeof check.
Dave Methvin
2012-12-23
1
-7
/
+6
*
Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.
Sebi Burkhard
2012-12-23
2
-4
/
+17
*
Fix #13076. Speed up $() with strings, part of gh-1089.
Sebi Burkhard
2012-12-23
2
-3
/
+3
*
Put .min.js file at the end so compare_size will work.
Dave Methvin
2012-12-23
1
-2
/
+2
*
Know when to hold em, know when to fold em.
Dave Methvin
2012-12-22
1
-7
/
+12
*
Put the map in the dist directory.
Dave Methvin
2012-12-22
1
-1
/
+1
*
Post-process map file so it has the right path.
Dave Methvin
2012-12-22
1
-32
/
+29
*
Update Sizzle
Richard Gibson
2012-12-21
1
-0
/
+0
*
Fix 00bbbe20 test failures
Richard Gibson
2012-12-21
1
-0
/
+0
*
Do not perform support check for old Opera. Close gh-1097.
Oleg
2012-12-20
1
-1
/
+1
*
Fix #12569. Improve feature detect for event bubbling. Close gh-1076.
Oleg
2012-12-20
4
-86
/
+180
*
Fix #13070: better unescaping logic in Sizzle
Richard Gibson
2012-12-20
1
-0
/
+0
*
Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.
Oleg
2012-12-20
2
-3
/
+12
*
Better dependency versions for grunt packages, thanks @Krinkle!
Mike Sherov
2012-12-19
1
-6
/
+6
*
Make sure Jenkins can grunt jQuery right from npm install
Mike Sherov
2012-12-19
2
-5
/
+7
*
Add comment about where to locate grunt TODO's
Mike Sherov
2012-12-19
1
-0
/
+1
*
Update to Grunt 0.4, and Uglify2 with Source Maps!
Mike Sherov
2012-12-19
2
-99
/
+86
*
Do not assume new versions are back compatible.
Dave Methvin
2012-12-19
1
-2
/
+2
*
Remove .live() tests now in Migrate plugin.
Dave Methvin
2012-12-18
1
-578
/
+25
*
Fix #13078. Remove .live() and .die(). Great rejoicing.
Dave Methvin
2012-12-18
1
-9
/
+0
*
Sizzle: :lang updates for handling backslashes, xml, and inheritance
Timmy Willison
2012-12-18
1
-0
/
+0
*
Sizzle: QA for :lang from gibson
Timmy Willison
2012-12-17
1
-0
/
+0
*
Sizzle: add support for :lang selector
Timmy Willison
2012-12-17
1
-0
/
+0
*
Updating the source version to 1.9.0pre
Dave Methvin
2012-12-16
1
-1
/
+1
*
Tagging the 1.9.0b1 release.
1.9.0b1
Dave Methvin
2012-12-16
1
-1
/
+1
*
Use the right repo.
Dave Methvin
2012-12-16
1
-2
/
+1
*
Update the build script so it runs on Windows.
Dave Methvin
2012-12-16
1
-30
/
+45
*
Update version in release notes builder.
Dave Methvin
2012-12-16
1
-3
/
+3
*
Fix #13064: better test fixture cleanup. Close gh-1075.
Richard Gibson
2012-12-16
1
-2
/
+2
*
let .attr(checked|selected, true) update the property
Richard Gibson
2012-12-16
2
-3
/
+10
*
Resolve a763ae72 test failures
Richard Gibson
2012-12-15
1
-4
/
+1
*
Fix #11115: Normalize boolean attributes/properties. Close gh-1066.
Richard Gibson
2012-12-15
5
-95
/
+116
*
Sizzle: size optimization
Timmy Willison
2012-12-15
1
-0
/
+0
*
Sizzle: initialize with default document on load to get it out of the way for...
Timmy Willison
2012-12-15
1
-0
/
+0
*
Sizzle: assume window.document in Sizzle.matches; massively reduce calls to s...
Timmy Willison
2012-12-15
1
-0
/
+0
*
Update Sizzle
Timmy Willison
2012-12-15
1
-0
/
+0
*
Update Sizzle: avoid calling setDocument when possible
Timmy Willison
2012-12-15
1
-0
/
+0
*
Update Sizzle
Richard Gibson
2012-12-15
1
-0
/
+0
*
Update Sizzle: IE6-8 traversing test fix
Timmy Willison
2012-12-14
1
-0
/
+0
[prev]
[next]