| Commit message (Expand) | Author | Age | Files | Lines |
* | jquery core: SHOULD fix #2802. Caching document.defaultView, instead of defau... | Ariel Flesler | 2008-05-15 | 1 | -8/+7 |
* | jquery dimensions & offset: moving the local function 'num' to core, so it ca... | Ariel Flesler | 2008-05-15 | 1 | -0/+5 |
* | jquery core: closes #1480, isFunction is even tougher. | Ariel Flesler | 2008-05-14 | 1 | -1/+1 |
* | jquery core: fixed deep extend of objects. Closes #1562 & #2820. | Ariel Flesler | 2008-05-14 | 1 | -2/+5 |
* | Closes #2510 | Ariel Flesler | 2008-05-13 | 1 | -6/+6 |
* | jquery: removing unnecessary trailing and leading spaces & tabs. | Ariel Flesler | 2008-05-13 | 1 | -84/+84 |
* | 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 |
* | 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 |
* | jquery core: closes #2811, $.fn.add now calls $.unique internally, also it wa... | Ariel Flesler | 2008-05-08 | 1 | -5/+5 |
* | jquery core: closes #2771 | Ariel Flesler | 2008-05-08 | 1 | -7/+6 |
* | jquery core: Reverting the changes added at [5480] | Ariel Flesler | 2008-05-07 | 1 | -2/+2 |
* | jquery core: makeArray was parsing forms into array of elements. | Ariel Flesler | 2008-05-06 | 1 | -5/+5 |
* | jquery core: removing needless 'else' and 'new' in $.fn.init. | Ariel Flesler | 2008-05-06 | 1 | -13/+8 |
* | jquery core: enhancements to jquery.map, closes #2803 | Ariel Flesler | 2008-05-06 | 1 | -7/+3 |
* | jquery core: small code reduction. | Ariel Flesler | 2008-05-06 | 1 | -3/+3 |
* | jquery core: code reduction at $.each and $.curCSS. | Ariel Flesler | 2008-05-06 | 1 | -19/+21 |
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -3/+3 |
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -1/+1 |
* | core: Fixed #2600: jQuery.extend no longer skips over null properties. | Scott González | 2008-05-02 | 1 | -1/+1 |
* | jquery core: extend() now supports deep + extending jquery itself | Ariel Flesler | 2008-04-30 | 1 | -7/+9 |
* | mainly made the code shorter: | Ariel Flesler | 2008-04-29 | 1 | -25/+21 |
* | jquery core: in $.makeArray, improved array-like detection, Safari reports no... | Ariel Flesler | 2008-04-29 | 1 | -1/+1 |
* | jquery core: fixed makeArray to recognize the window (has length) | Ariel Flesler | 2008-04-25 | 1 | -4/+6 |
* | jquery core: simplified the code using the new jQuery.makeArray from [5314] w... | Ariel Flesler | 2008-04-24 | 1 | -11/+2 |
* | jquery core: Patch from #2619 applied, making makeArray more flexible and fas... | Jörn Zaefferer | 2008-04-24 | 1 | -6/+7 |
* | Small optimization to jQuery.curCSS (thanks Ariel Flesler) | Brandon Aaron | 2008-04-21 | 1 | -7/+10 |
* | $.extend deep now copies children's children, ect... | Sean Catchpole | 2008-04-08 | 1 | -1/+1 |
* | Fixed issue with typeof check - "array" isn't a valid type. | John Resig | 2008-02-17 | 1 | -1/+1 |
* | Landed a fix for bug #2037. | John Resig | 2008-02-06 | 1 | -3/+3 |
* | You can now overwrite values returned from .data() with .bind("getData") - re... | John Resig | 2008-02-03 | 1 | -7/+10 |
* | Tweaked the .data() event triggering - it now triggers a single 'setData' eve... | John Resig | 2008-02-03 | 1 | -2/+4 |
* | Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeD... | John Resig | 2008-02-03 | 1 | -0/+20 |
* | Updated the years on the licensing. | John Resig | 2008-02-01 | 1 | -1/+1 |
* | De-eval'd selectors and the various DOM methods (will marginally help our spe... | John Resig | 2008-01-26 | 1 | -16/+9 |
* | Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML ... | David Serduke | 2008-01-23 | 1 | -4/+2 |
* | Changing end of line from CRLF to just LF like the rest of the source files. | David Serduke | 2008-01-14 | 1 | -1350/+1350 |
* | Added support for breaking in an object loop (Bug #2111). | John Resig | 2008-01-14 | 1 | -6/+8 |
* | Added a check to make sure that .style exists before trying to access it (Bug... | John Resig | 2008-01-14 | 1 | -1/+1 |
* | reverted change for #2114 | Jörn Zaefferer | 2008-01-14 | 1 | -2/+2 |
* | fix for #2114; refactored tests for bind() to highlight failing select-change... | Jörn Zaefferer | 2008-01-14 | 1 | -1348/+1348 |
* | Tweaked comment for isFunction. | John Resig | 2008-01-12 | 1 | -2/+1 |
* | Fixed #2084 by added embed to the list of elements where it is ok to have sel... | David Serduke | 2007-12-21 | 1 | -1/+1 |
* | Fixed a couple problems found in the test suite. First, IE doesn't like it w... | David Serduke | 2007-12-20 | 1 | -0/+2 |
* | Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the... | John Resig | 2007-12-20 | 1 | -1/+1 |
* | Insure width/height do not return a negative number. | Brandon Aaron | 2007-12-19 | 1 | -1/+1 |
* | Fixed #2076 where .val() could return an array instead of undefined when the ... | David Serduke | 2007-12-18 | 1 | -0/+1 |
* | width and height methods are now working properly | Brandon Aaron | 2007-12-18 | 1 | -7/+13 |
* | Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements lik... | David Serduke | 2007-12-17 | 1 | -4/+2 |