| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | jquery selector: removed needless check in jQuery.sibling. | Ariel Flesler | 2008-05-02 | 1 | -1/+1 |
* | core: make sure all source files end with a single blank line. | Scott González | 2008-04-30 | 3 | -5/+2 |
* | 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 | 5 | -103/+105 |
* | core: Adding missing radix for paresInt. | Scott González | 2008-04-29 | 1 | -1/+1 |
* | Fixed line endings. | Scott González | 2008-04-29 | 1 | -451/+451 |
* | jquery event: from #2249, adding $.event.proxy to link event handlers, and im... | Ariel Flesler | 2008-04-29 | 1 | -11/+22 |
* | jquery event: adding some whitespaces to the last change. | Ariel Flesler | 2008-04-29 | 1 | -2/+2 |
* | jquery event: jQuery.toggle can accept more than 2 functions, closes #2378 | Ariel Flesler | 2008-04-29 | 2 | -3/+3 |
* | jquery core: in $.makeArray, improved array-like detection, Safari reports no... | Ariel Flesler | 2008-04-29 | 1 | -1/+1 |
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 2 | -24/+89 |
* | jQuery.event.fix performance boost. An example: click event was previously ~3... | Brandon Aaron | 2008-04-28 | 1 | -10/+16 |
* | jquery core: fix for #1960, delegating to document.getElementsByName for [nam... | Jörn Zaefferer | 2008-04-28 | 1 | -445/+451 |
* | Prevent a single event object from being fixed more than once | Brandon Aaron | 2008-04-27 | 1 | -1/+7 |
* | Optimization for jQuery.event.fix ... don't send fake event through jQuery.ev... | Brandon Aaron | 2008-04-27 | 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 | 3 | -14/+4 |
* | jquery core: Patch from #2619 applied, making makeArray more flexible and fas... | Jörn Zaefferer | 2008-04-24 | 1 | -6/+7 |
* | Fixed regression with 5276 where return false in first handler of multiple ha... | Brandon Aaron | 2008-04-23 | 1 | -7/+10 |
* | jquery.ajax: fix for beforeSend-cancelling-sideeffects | Jörn Zaefferer | 2008-04-22 | 1 | -1/+6 |
* | jquery.ajax: improvement for #2688, added test | Jörn Zaefferer | 2008-04-22 | 1 | -5/+2 |
* | jquery.event: Patch for #2708 | Jörn Zaefferer | 2008-04-22 | 1 | -0/+3 |
* | Some small optimizations to the event module. jQuery.event.trigger over 200% ... | Brandon Aaron | 2008-04-22 | 1 | -33/+25 |
* | Small optimization to offset (thanks Ariel Flesler) | Brandon Aaron | 2008-04-21 | 1 | -6/+7 |
* | Small optimization to jQuery.curCSS (thanks Ariel Flesler) | Brandon Aaron | 2008-04-21 | 1 | -7/+10 |
* | Trigger onclick handlers of links | Brandon Aaron | 2008-04-21 | 1 | -2/+2 |
* | Closes #2688 | Yehuda Katz | 2008-04-14 | 1 | -1/+4 |
* | $.extend deep now copies children's children, ect... | Sean Catchpole | 2008-04-08 | 1 | -1/+1 |
* | Made outerHeight/outerWidth accept .outerWidth(true) to include the margin. I... | John Resig | 2008-03-15 | 1 | -6/+3 |
* | Imported the innerHeight and outerHeight methods from the Dimensions plugin. | John Resig | 2008-03-15 | 1 | -0/+32 |
* | 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 |
* | Landed a minor fix for AIR (in the offset method). | John Resig | 2008-02-06 | 1 | -1/+1 |
* | Fixed .unbind('.namespace'). | Scott González | 2008-02-05 | 1 | -1/+1 |
* | 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 support for .unbind(".test") to unbind all namespaced events on an elem... | John Resig | 2008-02-03 | 1 | -2/+2 |
* | Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeD... | John Resig | 2008-02-03 | 2 | -1/+28 |
* | 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 | 2 | -57/+52 |
* | Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML ... | David Serduke | 2008-01-23 | 1 | -4/+2 |
* | Fixed #2174 by removing the s.dataType == "json" check for possible cross dom... | David Serduke | 2008-01-17 | 1 | -1/+1 |
* | 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 |
* | And the rest of the _default change. | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Tweaked the default Accept header to _default. | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Added a check to make sure that .style exists before trying to access it (Bug... | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Fixed default property name for Opera (bug #2159). | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Added a fix for bug #2140. Opera doesn't like concating null or undefined val... | John Resig | 2008-01-14 | 1 | -1/+1 |
* | Just added support for Accept headers in Ajax requests - defaults to the corr... | John Resig | 2008-01-14 | 1 | -1/+14 |