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
mgol-patch-1
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
/
jquery
/
jquery.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for #979
Jörn Zaefferer
2007-02-25
1
-0
/
+2
*
Fix for #921
Brandon Aaron
2007-02-23
1
-1
/
+3
*
Removing fix for #910 causing Safari to crash
Brandon Aaron
2007-02-17
1
-1
/
+1
*
Update for src and href attribute selectors fix
Brandon Aaron
2007-02-14
1
-1
/
+1
*
Improved jQuery.prop to handle "px" on computed values
Jörn Zaefferer
2007-02-13
1
-1
/
+1
*
(no commit message)
Brandon Aaron
2007-02-10
1
-3
/
+2
*
Get actual values for attributes in IE and fix #910 so that it does not crash...
Brandon Aaron
2007-02-09
1
-2
/
+4
*
Fix for #910, for real this time.
Brandon Aaron
2007-02-08
1
-1
/
+1
*
Fix for #910
Brandon Aaron
2007-02-07
1
-1
/
+1
*
Fix for #745
Brandon Aaron
2007-02-07
1
-3
/
+3
*
Fix for #907
Jörn Zaefferer
2007-02-05
1
-2
/
+10
*
Small optimization to jQuery.prop, saving 2 or 3 bytes
Jörn Zaefferer
2007-02-03
1
-4
/
+3
*
Fixed #874
Jörn Zaefferer
2007-01-31
1
-1
/
+1
*
Fix for #883
Jörn Zaefferer
2007-01-31
1
-1
/
+1
*
Removed unnecessary comment
Jörn Zaefferer
2007-01-23
1
-1
/
+0
*
Fix/test for #861
Jörn Zaefferer
2007-01-23
1
-3
/
+4
*
Removed another log statement; fixed add(Array) for IE (IE reports form.eleme...
Jörn Zaefferer
2007-01-23
1
-1
/
+1
*
Removed log statement
Jörn Zaefferer
2007-01-23
1
-1
/
+1
*
Fixed not(jQuery) (need. more. tests.)
Jörn Zaefferer
2007-01-23
1
-8
/
+8
*
Added in jQuery.nodeName() to simplify checking nodeName constantly.
John Resig
2007-01-22
1
-3
/
+7
*
Fixed this issue: $("<div>foo\nbar</div>");
John Resig
2007-01-22
1
-1
/
+2
*
Removed some extra code that ifFunction deprecated.
John Resig
2007-01-22
1
-2
/
+1
*
Added new function-testing code that is completely cross-browser compatible.
John Resig
2007-01-22
1
-1
/
+4
*
Fixed issue with .add()ing individual elements - and with .add()ing form elem...
John Resig
2007-01-20
1
-1
/
+4
*
Added a fix for $("#noexist").attr("id") breaking.
John Resig
2007-01-20
1
-1
/
+1
*
prop fix takes also "line-height" into account (see #812)
Jörn Zaefferer
2007-01-17
1
-1
/
+1
*
prop fix takes also "zoom" into account (see #803)
Jörn Zaefferer
2007-01-17
1
-1
/
+1
*
Fix for #806
Jörn Zaefferer
2007-01-17
1
-1
/
+1
*
Reverted optimization to jQuery function, fixing broken jQuery-as-context, ad...
Jörn Zaefferer
2007-01-17
1
-6
/
+6
*
Fixed typoooo.
Jörn Zaefferer
2007-01-17
1
-1
/
+1
*
Improved docs for $.merge, clearly stating that the first argument is altered.
Jörn Zaefferer
2007-01-17
1
-6
/
+7
*
Fix for #812
Jörn Zaefferer
2007-01-16
1
-3
/
+6
*
Enhanced attr(String, Function) to pass through index of current element
Jörn Zaefferer
2007-01-16
1
-4
/
+10
*
Removed useless and misleading example
Jörn Zaefferer
2007-01-14
1
-5
/
+0
*
2006 -> 2007.
John Resig
2007-01-14
1
-1
/
+1
*
Made a slight adjustment to $("expr") to make it faster.
John Resig
2007-01-14
1
-6
/
+6
*
Converted a lot of for loops to use jQuery.each() instead.
John Resig
2007-01-14
1
-24
/
+21
*
Fixed the issues with .text() working incorrectly.
John Resig
2007-01-14
1
-6
/
+14
*
Merged in some wiki fixes into the main docs.
John Resig
2007-01-14
1
-6
/
+6
*
Added a fix, and tests, for appending empty sets of elements/strings.
John Resig
2007-01-14
1
-0
/
+3
*
Fixed a few docs
Jörn Zaefferer
2007-01-14
1
-12
/
+11
*
Fix wrong type check in jQuery.prop
Jörn Zaefferer
2007-01-14
1
-1
/
+1
*
Removed a bunch more bytes from the total file size.
John Resig
2007-01-14
1
-13
/
+13
*
Added in jQuery.isFunction().
John Resig
2007-01-14
1
-3
/
+7
*
Fixed that stupid type once more
Jörn Zaefferer
2007-01-11
1
-1
/
+1
*
Added a fix for .append( Number )
John Resig
2007-01-11
1
-0
/
+3
*
Added a fix for .html("") not working correctly.
John Resig
2007-01-11
1
-0
/
+2
*
Fixed .not([]) not working properly.
John Resig
2007-01-11
1
-1
/
+1
*
Fixed missing typo
Jörn Zaefferer
2007-01-11
1
-1
/
+1
*
Fixed bug with .text(), it only returned the text for the first element.
John Resig
2007-01-11
1
-1
/
+1
[prev]
[next]