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