1.2.4b
click here to add a description
click here to add a homepage
Tagging the 1.2.4b release.
jquery ajax: renaming jQuery.ajax.re to remote.
jquery ajax: absolute urls were assumed to be cross domain. Closes #2816.
Updating outerWidth unit test to use absolute position
Closes #2510
jquery: removing unnecessary trailing and leading spaces & tabs.
jquery event & fx: tidying some comments.
jquery core: don't let .attr() set style for xml.
jquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, #2453, #2537.
test runner: improved a test and added a missing semicolon
test runner: when errors are thrown in a test, the message is successfully show on all browsers.
jquery fx & event: replaced the use of .apply(), where .call() could had been used.
jquery core: Applied #1318 to jQuery.grep
jquery core: declared undefined locally, to speed up references, and allow munging all their names.
fix small typo in comment
jquery core: reverted qunit introduction until build scripts are updated
jquery testsuite: switch to qunit
test runner: added 2 tests for [5500]
test runner: extra tests for $.fn.add enabled by [5503] and a small fix for an html() test.
jquery core: closes #2811, $.fn.add now calls $.unique internally, also it was failing for array-like f.e: window.
test runner: extra test case, [5501]
jquery event: fixed $.fn.load, closes #2819.
jquery core: closes #2771
jquery event: removing 3 unnecessary lines since the addition of $.event.proxy.
test runner: making 2 tests more flexible because they yield a slightly different result on Safari 3, but still acceptable.
Making sure originalTarget gets copied over from the original event object
ajax test: Removed test for extending with null.
test runner: extra test for makeArray, related to [5481]
jquery core: Reverting the changes added at [5480]
jquery core: makeArray was parsing forms into array of elements.