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
...
*
jquery ajax: closes #3231. The ajax setting 'dataFilter' can also parse the r...
Ariel Flesler
2008-08-07
1
-6
/
+10
*
jquery ajax: extends #3087. The xhr factory is now an ajax setting called 'xh...
Ariel Flesler
2008-08-07
1
-8
/
+7
*
jquery ajax: closes #3087, #2167, #2128. The ajax transport creation process ...
Ariel Flesler
2008-08-04
1
-3
/
+10
*
jquery event: closes #3127. jQuery.event.special built-in methods were optimi...
Ariel Flesler
2008-07-28
1
-62
/
+37
*
jquery selector: closes #3023. The attribute filter accepts ':'.
Ariel Flesler
2008-07-28
1
-1
/
+1
*
jquery selector: closes #2939. $('[style]') wasn't being handled well.
Ariel Flesler
2008-07-28
1
-1
/
+1
*
jquery core: closes #2652. val() supports option elements, also simplified th...
Ariel Flesler
2008-07-23
4
-5
/
+21
*
jquery core: closes #2968. Simplified isFunction, dropping support for DOM me...
Ariel Flesler
2008-07-23
2
-5
/
+8
*
jquery core: closes #3179. Fallback browser version for non supported browsers.
Ariel Flesler
2008-07-23
1
-1
/
+1
*
test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fail...
Ariel Flesler
2008-07-22
7
-0
/
+3893
*
jquery core: closes #3159. remove() would unbind form.elements instead of a f...
Ariel Flesler
2008-07-15
1
-1
/
+1
*
jquery event: closes #3112. It wasn't possible to bind 'data' to special events.
Ariel Flesler
2008-07-09
1
-5
/
+5
*
general: adding reminder.txt to write down things to remember for future rele...
Ariel Flesler
2008-07-09
1
-0
/
+3
*
jquery core: Closes #3033. Removed support for .. selector on jQuery.find.
Ariel Flesler
2008-07-09
1
-1
/
+1
*
jquery fx: closes #3128. Saved some bytes when creating custom animations, us...
Ariel Flesler
2008-07-03
1
-20
/
+13
*
jquery event: Optimization to global unbinding on window unload. Thanks Mike ...
Ariel Flesler
2008-07-01
1
-3
/
+6
*
jquery event: closes #3107. Optimization to global event triggering. Thanks M...
Ariel Flesler
2008-07-01
1
-1
/
+4
*
test runner: optimizing a test for speed.
Ariel Flesler
2008-07-01
1
-6
/
+9
*
test runner: recloses #3102. Adding one test for $().eq("1")
Ariel Flesler
2008-07-01
1
-1
/
+3
*
jquery core: closes #3102, #3051. $.fn.eq() accepts a stringified integer.
Ariel Flesler
2008-06-30
1
-1
/
+1
*
jquery event: fixed a typo in a comment.
Ariel Flesler
2008-06-27
1
-1
/
+1
*
core: revertd last change, breaks width/height logic in css()
Paul Bakaus
2008-06-24
1
-1
/
+1
*
core: changed jQuery.css to num (uses curCSS) in the height/width methods wit...
Paul Bakaus
2008-06-24
1
-1
/
+1
*
fx: 1) patch from Ariel removes the need of adding properties like scrollTop...
Paul Bakaus
2008-06-24
1
-10
/
+6
*
core: set version.txt to 1.2.7-pre
Jörn Zaefferer
2008-06-20
1
-1
/
+1
*
Set version number to 1.2.7a.
Ariel Flesler
2008-06-20
1
-1
/
+1
*
jquery ajax: renamed $.fx.speeds.def to _default to match $.fx.step._default ...
Ariel Flesler
2008-06-20
1
-2
/
+2
*
jquery ajax: making Paul's last change([5735]) shorter.
Ariel Flesler
2008-06-20
1
-1
/
+2
*
fx: animate() can now animate any property on a generic object or native wrap...
Paul Bakaus
2008-06-20
1
-7
/
+5
*
jquery ajax: added a comment explaining the last commit.
Ariel Flesler
2008-06-17
1
-0
/
+1
*
jquery ajax: closes #3052. Additional check on httpData() to keep compatibili...
Ariel Flesler
2008-06-17
1
-1
/
+1
*
jquery ajax: Fixes #3045. The protocol wasn't being checked to see if a scrip...
Ariel Flesler
2008-06-17
1
-3
/
+4
*
test runner: closes #3048. The text from the tests, is html-escaped.
Ariel Flesler
2008-06-17
1
-1
/
+1
*
test runner: 2 tests for [5728].
Ariel Flesler
2008-06-17
1
-1
/
+5
*
jquery core: closes #3053. clean() wasn't parsing 0's. So html( 0 ) was faili...
Ariel Flesler
2008-06-17
1
-4
/
+4
*
jquery core: closes #3034. Ids with '-' weren't handled by quickExpr.
Ariel Flesler
2008-06-13
1
-1
/
+1
*
core: fixed #2993: .offsetParent() will now return the body element in all br...
Scott González
2008-06-06
1
-1
/
+1
*
jquery ajax: passing the settings object to httpData instead of just the data...
Ariel Flesler
2008-06-05
1
-4
/
+4
*
ajax tests: Replaced $ with jQuery.
Scott González
2008-06-05
4
-4
/
+4
*
test runner: adding 2 tests for .val( Number ).
Ariel Flesler
2008-05-29
1
-5
/
+11
*
test runner: the changes are:
Ariel Flesler
2008-05-28
11
-837
/
+863
*
jquery event: caching the props array and fixing the loop that goes thru it. ...
Ariel Flesler
2008-05-28
1
-3
/
+7
*
test runner: adding a new test page called 'polluted'. Where one can choose t...
Ariel Flesler
2008-05-28
13
-2
/
+10016
*
test runner: Adding type="text/javascript" to a script tag (trivial).
Ariel Flesler
2008-05-28
1
-1
/
+2
*
jquery ajax: small (misc) improvement to $.param.
Ariel Flesler
2008-05-28
1
-4
/
+8
*
test runner: a test for load() with a hash of data, and another for load() wi...
Ariel Flesler
2008-05-27
2
-0
/
+36
*
jquery ajax: Closes #1516. load() can get a string of data (not only a hash) ...
Ariel Flesler
2008-05-27
1
-1
/
+1
*
jquery core: adding rowSpan to jQuery.props.
Ariel Flesler
2008-05-27
1
-1
/
+2
*
core: fixed offset method for FF3 - FF3 seems to have problems reporting the ...
Paul Bakaus
2008-05-25
1
-1
/
+1
*
jquery ajax: changing a set of &&/|| for ?/:.
Ariel Flesler
2008-05-25
1
-3
/
+3
[prev]
[next]