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
*
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
*
Sizzle: fix test failures related to Sizzle.contains
Timmy Willison
2012-12-14
1
-0
/
+0
*
Sizzle: :target and :root selector support. adds Sizzle.setDocument. Remove :...
Timmy Willison
2012-12-14
1
-0
/
+0
*
Fix #12600: don't use value property in place of value attribute. Close gh-1063.
Richard Gibson
2012-12-14
4
-68
/
+79
*
Adjust html parsing in event tests to use jQuery.parseHTML explicitly.
Timmy Willison
2012-12-13
1
-3
/
+3
*
Adjust jQuery('html') detection to only match when html starts with '<' (not ...
timmywil
2012-12-13
5
-11
/
+20
*
compress -16 min+gzip
Richard Gibson
2012-12-13
2
-31
/
+31
*
Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.
Oleg
2012-12-13
5
-87
/
+86
*
Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074.
Richard Gibson
2012-12-13
2
-2
/
+8
*
CSS: Save some bytes. Close gh-1071.
Scott González
2012-12-13
1
-13
/
+13
*
Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947.
Oleg
2012-12-13
2
-1
/
+33
*
Fix #11230. .appendTo and pals should always stack.
Dave Methvin
2012-12-13
2
-15
/
+9
*
Missed a var declaration in aad235b3251494afe71fd5bb6031e11965af9bdb.
Dave Methvin
2012-12-11
1
-1
/
+1
*
Fix #4087. insertAfter, insertBefore, etc do not work if origin and destinati...
Paul Ramos
2012-12-11
2
-4
/
+42
*
Fix #13011. Let 'type' attribute be set if the browser allows.
Dave Methvin
2012-12-11
2
-16
/
+7
*
copy defaultSelected in cloneFixAttributes
Richard Gibson
2012-12-11
1
-1
/
+1
*
Fix #12990. Don't add 'px' to column-count. Close gh-1050.
Bennett Sorbo
2012-12-11
3
-4
/
+16
*
Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034.
Oleg
2012-12-11
2
-26
/
+64
*
Fix IE failures from 55313d32
Richard Gibson
2012-12-11
1
-17
/
+16
*
Fixes #11938: Adding array getter method to jQuery.fn.css
Mike Sherov
2012-12-11
3
-1
/
+32
*
Pass style declarations around for performance improvements and paving the wa...
Mike Sherov
2012-12-11
4
-43
/
+58
*
Update Sizzle
Richard Gibson
2012-12-11
1
-0
/
+0
[next]