1.2.4
click here to add a description
click here to add a homepage
Tagging the 1.2.4 release.
jquery fx: removing a needless comment after the last commit.
jquery fx: removing 2 unnecessary isFunction calls, options.complete is ALWAYS a function.
jquery core: Closes #2709, avoiding a bug on IE 6 when using globalEval and a base node is found.
jquery core: saving some bytes in $.fn.val by using $.makeArray.
jquery core: updating a comment, thanks to Scott for spotting it.
jquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'. It's an optional function that receives the ajax response, and returns the sanitized version.
Updating unit tests for offset
jqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'.
Reverted back to using the num helper method in offset.js
Added some unit tests for position method. Fixed issue with position in IE.
jquery core: SHOULD fix #2802. Caching document.defaultView, instead of defaultView.getComputedStyle as it fails on Safari 2.
jquery ajax: caching repetive conversions/checks for settings.type in $.ajax.
jquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's null, or it open a login popup on some Opera's.
jquery dimensions & offset: moving the local function 'num' to core, so it can be safely used by both modules.
test runner: improved the shown message of 4 isFunction tests.
jquery core: closes #1480, isFunction is even tougher.
jquery ajax: closes #2842.
jquery core: fixed deep extend of objects. Closes #1562 & #2820.
jquery offset: reducing more the code size.
jquery offset: reducing the code size.
jquery dimensions: reducing the code size.
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.