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/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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of p...
jeresig
2010-10-14
1
-4
/
+4
*
Make sure that we don't attempt to handle scrolling when the node is disconne...
John Resig
2010-10-14
1
-5
/
+8
*
Oops, still have jQuery.ajax.* on the brain.
jeresig
2010-10-13
1
-2
/
+2
*
beforedeactivate will fire before focusout - use that to our advantage when w...
Justin Meyer
2010-10-13
1
-0
/
+2
*
Make sure that focusin/focusout bubbles in non-IE browsers.
Justin Meyer
2010-10-13
1
-4
/
+9
*
Handle issue with two concurrent JSONP requests that use the same callback name.
Pinhook
2010-10-13
1
-4
/
+4
*
Merge branch 'bug7150' of http://github.com/csnover/jquery
John Resig
2010-10-12
1
-1
/
+1
|
\
|
*
Fix patch for #7150, which was not deleting the events object properly on pla...
Colin Snover
2010-10-12
1
-2
/
+2
*
|
Fix some gaps in the handling of event data properties. Thanks to @jitter in ...
John Resig
2010-10-12
1
-1
/
+1
*
|
Forgot to remove the child selector in the previous commit.
John Resig
2010-10-12
1
-1
/
+0
*
|
The child selector-prefix branch doesn't work with selectors that have a larg...
John Resig
2010-10-12
1
-5
/
+0
*
|
Make sure that .find() with multiple direct child selectors is handled correc...
John Resig
2010-10-12
1
-2
/
+2
|
/
*
Use a key name less likely to result in collisions for events on plain JS obj...
Colin Snover
2010-10-11
1
-7
/
+11
*
The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to m...
John Resig
2010-10-11
1
-28
/
+27
*
Handle some edge cases with binding events to the window object (which is als...
John Resig
2010-10-11
1
-2
/
+2
*
Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-an...
John Resig
2010-10-11
1
-2
/
+2
|
\
|
*
Make $.fn.animate compatible with jQuery.cssHooks
lrbabe
2010-10-11
1
-2
/
+2
*
|
Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141
John Resig
2010-10-11
1
-3
/
+4
|
\
\
|
*
|
Fix olddisplay was inappropriately set when calling hide on an already hidden...
Colin Snover
2010-10-11
1
-3
/
+4
|
|
/
*
/
Fixed getting styles from disconnected nodes. Fixes #7148.
Scott González
2010-10-11
1
-0
/
+3
|
/
*
Make sure closest works on disconnected DOM nodes. Fixes #7142.
John Resig
2010-10-11
1
-1
/
+1
*
Return the zeroed-out bounding box instead of passing it on.
jeresig
2010-10-10
1
-1
/
+1
*
Make sure that the unload event doesn't leak in IE - use jQuery's binding mec...
jeresig
2010-10-10
1
-1
/
+1
*
Tweaking some formatting of the closest changes.
jeresig
2010-10-10
1
-8
/
+5
*
Switch back to using Sizzle.matchesSelector.
jeresig
2010-10-10
1
-6
/
+7
*
Use the new Sizzle matches functionality.
jeresig
2010-10-10
1
-1
/
+1
*
Fix formatting and switch to using the new matchesSelector method in Sizzle.
jeresig
2010-10-10
1
-13
/
+14
*
Should improve performance of closest considerably. Benchmark proof in speed/...
wycats
2010-10-09
1
-11
/
+19
*
Change event did not fire in IE when an explicit .focus() was used. Fixes #6374.
jeresig
2010-10-09
1
-1
/
+4
*
Fix the case where live change was breaking if a live click was bound ahead o...
jeresig
2010-10-09
1
-0
/
+1
*
Merge branch 'master' of http://github.com/petersendidit/jquery into petersen...
John Resig
2010-10-09
1
-0
/
+2
|
\
|
*
Merge branch 'master' of git://github.com/jquery/jquery
David Petersen
2010-10-07
2
-2
/
+2
|
|
\
|
*
|
Set event.LiveFired to undefined in specialSubmit handler so that click event...
David Petersen
2010-09-30
1
-0
/
+2
*
|
|
Merge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123
John Resig
2010-10-09
1
-0
/
+4
|
\
\
\
|
*
|
|
Coerce all array values to strings before comparison in val(). Fixes bug #7123.
Colin Snover
2010-10-08
1
-0
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018
John Resig
2010-10-09
1
-2
/
+4
|
\
\
\
|
*
|
|
Fix bug #7018.
Colin Snover
2010-10-06
1
-2
/
+4
|
|
/
/
*
|
|
Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csno...
John Resig
2010-10-09
3
-83
/
+137
|
\
\
\
|
*
|
|
Fixed code convention issues. Reduced size of overflow reset code. Fixed brok...
Colin Snover
2010-10-08
2
-34
/
+36
|
*
|
|
Update $.fn.animate to only keep overflow set to hidden after an animation in...
Colin Snover
2010-10-05
1
-2
/
+2
|
*
|
|
IE6 will shrink-wrap elements with layout instead of allowing content to flow...
Colin Snover
2010-10-05
2
-34
/
+56
|
*
|
|
Tiny cleanup to remove some superfluous code that was left in from before I d...
Colin Snover
2010-10-05
1
-4
/
+3
|
*
|
|
Update $.fn.animate to restore overflow-x and overflow-y separately. Fixes #7...
Colin Snover
2010-10-05
1
-2
/
+7
|
*
|
|
Update $.fn.animate to change display mode only when necessary (inline, non-f...
Colin Snover
2010-10-05
2
-48
/
+66
|
*
|
|
Fix :visible does not work properly when display:none is set directly on an e...
Colin Snover
2010-10-05
2
-9
/
+17
*
|
|
|
Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425fb64...
jeresig
2010-10-09
1
-2
/
+2
*
|
|
|
Make sure null/NaN values aren't set in .css(). Fixes #7116.
jeresig
2010-10-09
1
-1
/
+6
*
|
|
|
Prevent IE from throwing errors when setting RGBA values. Fixes #5509.
Colin Snover
2010-10-09
1
-1
/
+5
|
|
/
/
|
/
|
|
*
|
|
Fixes acceptData defining in the global scope.
rwldrn
2010-10-05
1
-1
/
+1
|
/
/
*
/
Make sure setting opacity does not clobber other inline filters. Fixes #7101.
Colin Snover
2010-09-30
1
-1
/
+1
|
/
[next]