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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made outerHeight/outerWidth accept .outerWidth(true) to include the margin. I...
John Resig
2008-03-15
1
-6
/
+3
*
Imported the innerHeight and outerHeight methods from the Dimensions plugin.
John Resig
2008-03-15
1
-0
/
+32
*
Fixed issue with typeof check - "array" isn't a valid type.
John Resig
2008-02-17
1
-1
/
+1
*
Landed a fix for bug #2037.
John Resig
2008-02-06
1
-3
/
+3
*
Landed a minor fix for AIR (in the offset method).
John Resig
2008-02-06
1
-1
/
+1
*
Fixed .unbind('.namespace').
Scott González
2008-02-05
1
-1
/
+1
*
You can now overwrite values returned from .data() with .bind("getData") - re...
John Resig
2008-02-03
1
-7
/
+10
*
Tweaked the .data() event triggering - it now triggers a single 'setData' eve...
John Resig
2008-02-03
1
-2
/
+4
*
Added support for .unbind(".test") to unbind all namespaced events on an elem...
John Resig
2008-02-03
1
-2
/
+2
*
Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeD...
John Resig
2008-02-03
2
-1
/
+28
*
Updated the years on the licensing.
John Resig
2008-02-01
1
-1
/
+1
*
De-eval'd selectors and the various DOM methods (will marginally help our spe...
John Resig
2008-01-26
2
-57
/
+52
*
Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML ...
David Serduke
2008-01-23
1
-4
/
+2
*
Fixed #2174 by removing the s.dataType == "json" check for possible cross dom...
David Serduke
2008-01-17
1
-1
/
+1
*
Changing end of line from CRLF to just LF like the rest of the source files.
David Serduke
2008-01-14
1
-1350
/
+1350
*
Added support for breaking in an object loop (Bug #2111).
John Resig
2008-01-14
1
-6
/
+8
*
And the rest of the _default change.
John Resig
2008-01-14
1
-1
/
+1
*
Tweaked the default Accept header to _default.
John Resig
2008-01-14
1
-1
/
+1
*
Added a check to make sure that .style exists before trying to access it (Bug...
John Resig
2008-01-14
1
-1
/
+1
*
Fixed default property name for Opera (bug #2159).
John Resig
2008-01-14
1
-1
/
+1
*
Added a fix for bug #2140. Opera doesn't like concating null or undefined val...
John Resig
2008-01-14
1
-1
/
+1
*
Just added support for Accept headers in Ajax requests - defaults to the corr...
John Resig
2008-01-14
1
-1
/
+14
*
reverted change for #2114
Jörn Zaefferer
2008-01-14
1
-2
/
+2
*
fix for #2114; refactored tests for bind() to highlight failing select-change...
Jörn Zaefferer
2008-01-14
1
-1348
/
+1348
*
Tweaked comment for isFunction.
John Resig
2008-01-12
1
-2
/
+1
*
Fixed an edge case in show() where the css says the display should be none. ...
David Serduke
2008-01-12
1
-0
/
+3
*
Adds support for username and password to $.ajax
Yehuda Katz
2008-01-07
1
-2
/
+4
*
Fixes bug with charCode, bad 'var' and missing semicolon
Yehuda Katz
2007-12-28
1
-3
/
+3
*
Fixed #2084 by added embed to the list of elements where it is ok to have sel...
David Serduke
2007-12-21
1
-1
/
+1
*
Fixed memory leak in IE with non-native event types
Brandon Aaron
2007-12-21
1
-1
/
+10
*
Removed check to prevent event from being fixed twice. Unfortunately, in IE t...
Brandon Aaron
2007-12-21
1
-7
/
+0
*
Fixed a couple problems found in the test suite. First, IE doesn't like it w...
David Serduke
2007-12-20
1
-0
/
+2
*
Fixing #2081
Brandon Aaron
2007-12-20
1
-1
/
+1
*
Fixed #2080 by removing the check for nodeType != 1. It was put in to limit ...
David Serduke
2007-12-20
1
-3
/
+0
*
Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the...
John Resig
2007-12-20
1
-1
/
+1
*
Changed the $(document).ready() code to try and solve some problems in Safari...
David Serduke
2007-12-20
1
-8
/
+39
*
offset: make sure there is a parent node to work on while calculating scroll ...
Brandon Aaron
2007-12-19
1
-1
/
+1
*
offset: make sure border width always gets calculated in pixels
Brandon Aaron
2007-12-19
1
-1
/
+1
*
Fixed #2077 by adding a var to make it a local variable instead of initializi...
David Serduke
2007-12-19
1
-1
/
+2
*
Short-circuit jQuery.event.fix if it has already fixed the current event object.
Brandon Aaron
2007-12-19
1
-0
/
+7
*
Insure width/height do not return a negative number.
Brandon Aaron
2007-12-19
1
-1
/
+1
*
Second part of the fix for #2071. An empty string "" was being sent to .bind...
David Serduke
2007-12-19
1
-1
/
+1
*
Changed CRLF end of lines to just LF. Other than that there were no changes ...
David Serduke
2007-12-19
1
-536
/
+536
*
Fixed #2076 where .val() could return an array instead of undefined when the ...
David Serduke
2007-12-18
1
-0
/
+1
*
width and height methods are now working properly
Brandon Aaron
2007-12-18
1
-7
/
+13
*
Fixed #1887 - trigger fails if extra is not a function
Richard Worth
2007-12-18
1
-536
/
+536
*
Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements lik...
David Serduke
2007-12-17
1
-4
/
+2
*
Fixed #2069. The ready helper and shortcuts act the same. You can also still ...
Brandon Aaron
2007-12-17
1
-40
/
+78
*
Fixed #2062 by adding a check to see if the selector is array-like in .not() ...
David Serduke
2007-12-17
1
-1
/
+4
*
Fixed #2064
Brandon Aaron
2007-12-17
1
-1
/
+1
[next]