| Commit message (Expand) | Author | Age | Files | Lines |
* | Include distribution in release tag1.2.6 | Timmy Willison | 2008-05-24 | 2 | -0/+3557 |
* | Tagging the 1.2.6 release. | John Resig | 2008-05-24 | 1 | -1/+1 |
* | test runner: adding more tests for attr(). Related to [5574] and [5683]. | Ariel Flesler | 2008-05-24 | 1 | -107/+128 |
* | jquery core: closes #2930. Normalizing attr() to return undefined, even when ... | Ariel Flesler | 2008-05-24 | 1 | -5/+7 |
* | jquery core: casting numbers received by val() to string. | Ariel Flesler | 2008-05-24 | 1 | -0/+3 |
* | jquery core: saving some bytes and fixing indentation inside jQuery.prop. | Ariel Flesler | 2008-05-23 | 1 | -11/+11 |
* | Tagging the 1.2.5 release.1.2.5 | John Resig | 2008-05-21 | 1 | -1/+1 |
* | Tagging the 1.2.4 release.1.2.4 | John Resig | 2008-05-18 | 1 | -1/+1 |
* | jquery fx: removing a needless comment after the last commit. | Ariel Flesler | 2008-05-16 | 1 | -1/+0 |
* | jquery fx: removing 2 unnecessary isFunction calls, options.complete is ALWAY... | Ariel Flesler | 2008-05-16 | 1 | -2/+2 |
* | jquery core: Closes #2709, avoiding a bug on IE 6 when using globalEval and a... | Ariel Flesler | 2008-05-16 | 1 | -1/+3 |
* | jquery core: saving some bytes in $.fn.val by using $.makeArray. | Ariel Flesler | 2008-05-16 | 1 | -3/+1 |
* | jquery core: updating a comment, thanks to Scott for spotting it. | Ariel Flesler | 2008-05-16 | 1 | -1/+1 |
* | jquery ajax: Closes #2567, additional setting for $.ajax called 'dataFilter'.... | Ariel Flesler | 2008-05-16 | 1 | -2/+6 |
* | Updating unit tests for offset | Brandon Aaron | 2008-05-15 | 4 | -2/+5 |
* | jqueryjquery ajax: closes #1289. Renamed 'xml' and 'r' to 'xhr'. | Ariel Flesler | 2008-05-15 | 1 | -39/+39 |
* | Reverted back to using the num helper method in offset.js | Brandon Aaron | 2008-05-15 | 1 | -4/+6 |
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 7 | -9/+71 |
* | jquery core: SHOULD fix #2802. Caching document.defaultView, instead of defau... | Ariel Flesler | 2008-05-15 | 1 | -8/+7 |
* | jquery ajax: caching repetive conversions/checks for settings.type in $.ajax. | Ariel Flesler | 2008-05-15 | 1 | -8/+9 |
* | jquery ajax: fixed #2865 and #2570. Not passing username to xml.open if it's ... | Ariel Flesler | 2008-05-15 | 1 | -1/+5 |
* | jquery dimensions & offset: moving the local function 'num' to core, so it ca... | Ariel Flesler | 2008-05-15 | 2 | -5/+6 |
* | test runner: improved the shown message of 4 isFunction tests. | Ariel Flesler | 2008-05-14 | 1 | -4/+4 |
* | jquery core: closes #1480, isFunction is even tougher. | Ariel Flesler | 2008-05-14 | 1 | -1/+1 |
* | jquery ajax: closes #2842. | Ariel Flesler | 2008-05-14 | 1 | -0/+1 |
* | jquery core: fixed deep extend of objects. Closes #1562 & #2820. | Ariel Flesler | 2008-05-14 | 1 | -2/+5 |
* | jquery offset: reducing more the code size. | Ariel Flesler | 2008-05-14 | 1 | -8/+10 |
* | jquery offset: reducing the code size. | Ariel Flesler | 2008-05-14 | 1 | -10/+10 |
* | jquery dimensions: reducing the code size. | Ariel Flesler | 2008-05-14 | 1 | -5/+4 |
* | Tagging the 1.2.4b release.1.2.4b | John Resig | 2008-05-14 | 1 | -1/+1 |
* | jquery ajax: renaming jQuery.ajax.re to remote. | Ariel Flesler | 2008-05-13 | 1 | -4/+4 |
* | jquery ajax: absolute urls were assumed to be cross domain. Closes #2816. | Ariel Flesler | 2008-05-13 | 1 | -1/+5 |
* | Updating outerWidth unit test to use absolute position | Brandon Aaron | 2008-05-13 | 1 | -1/+2 |
* | Closes #2510 | Ariel Flesler | 2008-05-13 | 1 | -6/+6 |
* | jquery: removing unnecessary trailing and leading spaces & tabs. | Ariel Flesler | 2008-05-13 | 7 | -242/+242 |
* | jquery event & fx: tidying some comments. | Ariel Flesler | 2008-05-13 | 2 | -3/+6 |
* | jquery core: don't let .attr() set style for xml. | Ariel Flesler | 2008-05-13 | 1 | -1/+1 |
* | jquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, #... | Ariel Flesler | 2008-05-13 | 1 | -61/+63 |
* | test runner: improved a test and added a missing semicolon | Ariel Flesler | 2008-05-12 | 1 | -6/+8 |
* | test runner: when errors are thrown in a test, the message is successfully sh... | Ariel Flesler | 2008-05-12 | 1 | -1/+1 |
* | jquery fx & event: replaced the use of .apply(), where .call() could had been... | Ariel Flesler | 2008-05-12 | 2 | -7/+7 |
* | jquery core: Applied #1318 to jQuery.grep | Ariel Flesler | 2008-05-12 | 1 | -1/+1 |
* | jquery core: declared undefined locally, to speed up references, and allow mu... | Ariel Flesler | 2008-05-11 | 1 | -1/+4 |
* | fix small typo in comment | Ed Engelhardt | 2008-05-11 | 1 | -1/+1 |
* | jquery core: reverted qunit introduction until build scripts are updated | Jörn Zaefferer | 2008-05-08 | 4 | -4/+449 |
* | jquery testsuite: switch to qunit | Jörn Zaefferer | 2008-05-08 | 4 | -449/+4 |
* | test runner: added 2 tests for [5500] | Ariel Flesler | 2008-05-08 | 1 | -4/+11 |
* | test runner: extra tests for $.fn.add enabled by [5503] and a small fix for a... | Ariel Flesler | 2008-05-08 | 1 | -2/+11 |
* | jquery core: closes #2811, $.fn.add now calls $.unique internally, also it wa... | Ariel Flesler | 2008-05-08 | 1 | -5/+5 |
* | test runner: extra test case, [5501] | Ariel Flesler | 2008-05-08 | 1 | -3/+7 |