index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
*
Fix #12283. Return null for dimension getters on non elements. Fix gh-900.
Mike Sherov
2012-08-19
2
-1
/
+17
*
Fix #12324, line-height "normal" isn't always "1". Close gh-898.
Mike Sherov
2012-08-19
2
-4
/
+2
*
Fix #12350. Remove BOM in jQuery.trim. Close gh-897.
Wesley Walser
2012-08-19
3
-4
/
+10
*
Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895.
Corey Frang
2012-08-19
2
-1
/
+25
*
Fix #12278. Promises on non-default queue wait until a dequeue is attempted o...
Corey Frang
2012-08-19
2
-4
/
+35
*
Add README info on how to create custom builds. Close gh-892.
Mathias Bynens
2012-08-19
1
-1
/
+13
*
Don't expect QUnit to clean up jQuery internal data. Close gh-883.
Dave Methvin
2012-08-19
1
-2
/
+9
*
Improve oldIE unit tests for fuzzy object clone. Close gh-880.
Elijah Manor
2012-08-19
1
-2
/
+28
*
jQuery.contains() handles document objects directly. Close gh-879.
Oleg Gaidarenko
2012-08-19
1
-1
/
+1
*
Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.
Nikita Govorov
2012-08-19
3
-1
/
+25
*
Makes sure "adding" a string to a Callbacks object doesn't cause a stack over...
jaubourg
2012-08-16
2
-2
/
+12
*
Calling load with null as the data parameter now properly issues a GET reques...
jaubourg
2012-08-16
2
-2
/
+36
*
Update Sizzle
Timmy Willison
2012-08-14
1
-0
/
+0
*
Update comments about window.getComputedStyle in both locations.
Rick Waldron
2012-08-11
2
-5
/
+3
*
Use window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235
Rick Waldron
2012-08-10
1
-2
/
+2
*
Wait for both .stop() tests to finish, don't count on timing.
Dave Methvin
2012-08-09
1
-7
/
+13
*
Don't let the release notes script truncate!
Dave Methvin
2012-08-09
1
-4
/
+4
*
Updating the source version to 1.8.1pre
Dave Methvin
2012-08-09
2
-2
/
+2
*
Tagging the 1.8.0 release.
Dave Methvin
2012-08-09
1
-30
/
+30
*
Update release script; use package.json as the One True Version.
Dave Methvin
2012-08-09
2
-127
/
+160
*
Finish the license changes, including Sizzle.
Dave Methvin
2012-08-09
3
-7
/
+5
*
Update to use just the MIT license; copiers can still use GPL.
Dave Methvin
2012-08-09
2
-285
/
+4
*
No ticket: fix failure from zero-assertion test generating a second empty OL ...
Richard Gibson
2012-08-09
1
-1
/
+3
*
Fix #12203. .undelegate() should not remove direcly bound events.
Dave Methvin
2012-08-07
2
-5
/
+11
*
Add back a sacrificial $.attrFn object.
Dave Methvin
2012-08-07
1
-0
/
+3
*
Sizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208.
Timmy Willison
2012-08-07
1
-0
/
+0
*
Fixes #1034 - Check for style.removeAttribute before calling it
Corey Frang
2012-08-06
1
-1
/
+2
*
Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.
Timmy Willison
2012-07-30
2
-2
/
+2
*
Fix a regression where has with multiple contexts was not filtering correctly...
Timmy Willison
2012-07-27
2
-5
/
+8
*
Sizzle: fix a small bug with combinator cache. Fixes #10499.
Timmy Willison
2012-07-27
1
-0
/
+0
*
Sizzle: adjust pseudos regex. Fixes #12153.
Timmy Willison
2012-07-27
1
-0
/
+0
*
Updating the source version to 1.8pre
Dave Methvin
2012-07-26
1
-1
/
+1
*
Tagging the 1.8rc1 release.
1.8rc1
Dave Methvin
2012-07-26
1
-1
/
+1
*
Per @gibson042, don't need .documentElement since Sizzle handles.
Dave Methvin
2012-07-26
1
-1
/
+1
*
Adding a check for double progress call in effects units
Corey Frang
2012-07-25
1
-0
/
+4
*
Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.
Daniel Chatfield
2012-07-25
3
-3
/
+15
*
Pull in unit tests from gh-877, thanks @orkel!
Dave Methvin
2012-07-25
1
-5
/
+10
*
Unbreak isHidden args, they're needed by the .filter() call.
Dave Methvin
2012-07-25
1
-1
/
+2
*
Give .stop() queue animations more leeway for Stutterin' Swarmy.
Dave Methvin
2012-07-25
1
-2
/
+2
*
Fix #12148. Let .toggle() call the public .hide() for punching.
Dave Methvin
2012-07-25
2
-8
/
+21
*
Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876
Oleg
2012-07-25
2
-7
/
+6
*
Oops, didn't mean to revert sizzle last time
Corey Frang
2012-07-25
1
-0
/
+0
*
This should repair the unit
Corey Frang
2012-07-25
2
-23
/
+21
*
Trying to repair a unit
Corey Frang
2012-07-25
1
-19
/
+23
*
Remove unnecessary else
Timmy Willison
2012-07-25
1
-3
/
+1
*
Fail silently if closest is somehow called on a document. Fixes #10726.
Timmy Willison
2012-07-25
2
-5
/
+5
*
Remove IE8 testswarm hacks for offset.
Dave Methvin
2012-07-25
1
-20
/
+9
*
Sizzle: fixes issue with :empty pseudo and comment nodes
Timmy Willison
2012-07-25
1
-0
/
+0
*
Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."
Dave Methvin
2012-07-25
4
-16
/
+6
*
Loosen the ajax statusText check so Safari AND Chrome pass.
Dave Methvin
2012-07-25
1
-1
/
+1
[next]