1.2.6
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Tagging the 1.2.6 release.
test runner: adding more tests for attr(). Related to [5574] and [5683].
jquery core: closes #2930. Normalizing attr() to return undefined, even when getting DOM attributes.
jquery core: casting numbers received by val() to string.
jquery core: saving some bytes and fixing indentation inside jQuery.prop.
Tagging the 1.2.5 release.
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.