| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented .data() to get the entire data object. Closes #4284 | Yehuda Katz | 2009-07-16 | 1 | -0/+4 |
* | Unify .not and .filter (resolves #4200). | Yehuda Katz | 2009-07-16 | 1 | -23/+26 |
* | jQuery.extend(true, Object, Object) copies custom objects correctly. | Yehuda Katz | 2009-07-16 | 1 | -3/+13 |
* | jQuery.extend(true, Object, Object) copies objects with length keys correctly | Yehuda Katz | 2009-07-16 | 1 | -1/+1 |
* | Add support for .get(-Number) Closes #4188 | Yehuda Katz | 2009-07-16 | 1 | -2/+2 |
* | Make toArray an alias for .get(). Closes #3999 | Yehuda Katz | 2009-07-16 | 1 | -1/+3 |
* | Scope 'document' locally (also useful for sandboxing). Patch from Andrea Giam... | John Resig | 2009-07-15 | 1 | -0/+3 |
* | We only support wrapping the first element around an element (all others are ... | John Resig | 2009-07-14 | 1 | -1/+1 |
* | Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for... | John Resig | 2009-07-14 | 1 | -1/+1 |
* | Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil... | John Resig | 2009-07-14 | 1 | -2/+4 |
* | clearQueue and next should now work with default fx on all browsers | Yehuda Katz | 2009-07-13 | 1 | -4/+4 |
* | Fix dangling comma of death in data.js | Yehuda Katz | 2009-07-13 | 1 | -1/+1 |
* | Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODO | Yehuda Katz | 2009-07-12 | 1 | -0/+4 |
* | Support for .foo(Function) and testing. TODO: More tests | Yehuda Katz | 2009-07-12 | 2 | -5/+23 |
* | Added test for css(String, Function) and css(Object) where values are Functio... | Yehuda Katz | 2009-07-12 | 1 | -3/+8 |
* | Add clearQueue for clearing non-fx queues | Yehuda Katz | 2009-07-12 | 1 | -1/+4 |
* | Added a next() shortcut for queues | Yehuda Katz | 2009-07-12 | 1 | -1/+1 |
* | IE doesn't seem to like caching fragments that have options in them. Ticket #... | John Resig | 2009-07-11 | 1 | -1/+1 |
* | Limit domManip caching to strings < 512 characters long. Ticket #4883. | John Resig | 2009-07-11 | 1 | -1/+1 |
* | Fixes regression in .attr(), patch by David Flanagan. Fixes #4884. | John Resig | 2009-07-11 | 1 | -24/+20 |
* | Added caching to domManip. Fixes #4883. | John Resig | 2009-07-11 | 1 | -9/+42 |
* | Optimized jQuery(Element) to not call jQuery() twice. | John Resig | 2009-07-11 | 1 | -4/+7 |
* | reverting sizzle updates from previous commit, appears i had an outdated version | Brandon Aaron | 2009-06-23 | 1 | -3/+3 |
* | fix for #4512 and minor sizzle updates | Brandon Aaron | 2009-06-23 | 1 | -14/+10 |
* | jquery core: Closes #2827. jQuery.each iterates over functions | Ariel Flesler | 2009-06-20 | 1 | -3/+5 |
* | fix for #3533, triggering an event with a colon in the name on a table no lon... | Brandon Aaron | 2009-06-17 | 1 | -4/+10 |
* | Adding support for etags in $.ajax() - and simplified the if-modified-since i... | John Resig | 2009-06-15 | 1 | -20/+18 |
* | jquery fx: Exposing the ticking function | Ariel Flesler | 2009-06-02 | 1 | -14/+20 |
* | Removed some cases of strict errors. | John Resig | 2009-05-20 | 1 | -3/+3 |
* | Switched to using new Function instead of eval for handling JSON parsing (Fix... | John Resig | 2009-05-20 | 1 | -6/+14 |
* | Did some light reordering of the jQuery definition. Moved window and undefine... | John Resig | 2009-05-20 | 3 | -17/+12 |
* | fix :hidden and :visible selectors. fixes #4512 | Brandon Aaron | 2009-05-18 | 1 | -2/+12 |
* | fix for #4183 | Brandon Aaron | 2009-05-16 | 1 | -4/+1 |
* | fix remove and empty to work properly in IE when an element with the id of le... | Brandon Aaron | 2009-05-16 | 1 | -3/+2 |
* | fix for #4397 | Brandon Aaron | 2009-05-16 | 1 | -0/+1 |
* | tidy up fix for #3981, thanks matt kruse | Brandon Aaron | 2009-05-14 | 1 | -9/+3 |
* | opacity is now retrieved from stylesheet in IE. fixes #3981 | Brandon Aaron | 2009-05-14 | 1 | -3/+9 |
* | fix regression in removing live events caused by r6324 | Brandon Aaron | 2009-05-12 | 1 | -2/+14 |
* | jquery event: misc change | Ariel Flesler | 2009-05-10 | 1 | -2/+3 |
* | unused, left-over code from r6344 | Brandon Aaron | 2009-05-07 | 1 | -2/+2 |
* | .bind() now accepts an optional thisObject as the last argument which is used... | Brandon Aaron | 2009-05-07 | 1 | -14/+42 |
* | fix for #4234. hover can take one function to use for both enter and leave. | Brandon Aaron | 2009-05-06 | 1 | -1/+1 |
* | fix for #3286 | Brandon Aaron | 2009-05-06 | 1 | -3/+6 |
* | fix :hidden selector that was accidentally reverted in previous commit, also ... | Brandon Aaron | 2009-05-04 | 1 | -1/+1 |
* | fix memory leak in IE | Brandon Aaron | 2009-05-04 | 1 | -16/+24 |
* | jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat... | Ariel Flesler | 2009-05-03 | 1 | -7/+1 |
* | make sure toggleClass does not delete classNames when forcefully removing cla... | Brandon Aaron | 2009-05-02 | 1 | -5/+4 |
* | toggleClass can now toggle multiple classNames (space seperated list) and tog... | Brandon Aaron | 2009-05-02 | 1 | -3/+19 |
* | index now works in reverse when passed a selector or undefined. fixes #3971 | Brandon Aaron | 2009-05-02 | 1 | -3/+9 |
* | fix global event triggering that i broke in r6323 | Brandon Aaron | 2009-05-01 | 1 | -4/+4 |