| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a test for index() | Yehuda Katz | 2009-07-16 | 1 | -0/+6 |
* | Unify .not and .filter (resolves #4200). | Yehuda Katz | 2009-07-16 | 1 | -14/+58 |
* | jQuery.extend(true, Object, Object) copies custom objects correctly. | Yehuda Katz | 2009-07-16 | 1 | -2/+12 |
* | jQuery.extend(true, Object, Object) copies objects with length keys correctly | Yehuda Katz | 2009-07-16 | 1 | -1/+7 |
* | Clear some dangling whitespace | Yehuda Katz | 2009-07-16 | 1 | -5/+5 |
* | Add support for .get(-Number) Closes #4188 | Yehuda Katz | 2009-07-16 | 1 | -0/+7 |
* | Make toArray an alias for .get(). Closes #3999 | Yehuda Katz | 2009-07-16 | 1 | -0/+7 |
* | We only support wrapping the first element around an element (all others are ... | John Resig | 2009-07-14 | 1 | -1/+7 |
* | Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for... | John Resig | 2009-07-14 | 1 | -1/+6 |
* | Fixed spelling mistake in Ajax tests. | John Resig | 2009-07-14 | 1 | -2/+2 |
* | Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil... | John Resig | 2009-07-14 | 1 | -4/+14 |
* | clearQueue and next should now work with default fx on all browsers | Yehuda Katz | 2009-07-13 | 1 | -24/+7 |
* | Uses the more stable font-size as a sentinel | Yehuda Katz | 2009-07-13 | 1 | -12/+14 |
* | Test Tweak to normalize the CSS results across browsers | Yehuda Katz | 2009-07-13 | 1 | -2/+4 |
* | Updates css() tests to use hex rather than color names | Yehuda Katz | 2009-07-13 | 1 | -2/+2 |
* | Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODO | Yehuda Katz | 2009-07-12 | 1 | -19/+46 |
* | Support for .foo(Function) and testing. TODO: More tests | Yehuda Katz | 2009-07-12 | 1 | -74/+148 |
* | Added test for css(String, Function) and css(Object) where values are Functio... | Yehuda Katz | 2009-07-12 | 1 | -0/+62 |
* | Add clearQueue for clearing non-fx queues | Yehuda Katz | 2009-07-12 | 1 | -1/+97 |
* | Added a next() shortcut for queues | Yehuda Katz | 2009-07-12 | 1 | -0/+21 |
* | Fixes regression in .attr(), patch by David Flanagan. Fixes #4884. | John Resig | 2009-07-11 | 1 | -3/+6 |
* | jquery core: Closes #2827. jQuery.each iterates over functions | Ariel Flesler | 2009-06-20 | 1 | -1/+8 |
* | fix for #3533, triggering an event with a colon in the name on a table no lon... | Brandon Aaron | 2009-06-17 | 1 | -1/+9 |
* | Minor tab-spacing tweak. | John Resig | 2009-06-15 | 1 | -1/+1 |
* | Adding support for etags in $.ajax() - and simplified the if-modified-since i... | John Resig | 2009-06-15 | 1 | -0/+52 |
* | Switched to using new Function instead of eval for handling JSON parsing (Fix... | John Resig | 2009-05-20 | 1 | -0/+19 |
* | error case for an ajax test | Brandon Aaron | 2009-05-16 | 1 | -2/+6 |
* | unit tests for setting cellspacing, rowspan, and colspan | Brandon Aaron | 2009-05-16 | 1 | -1/+10 |
* | opacity is now retrieved from stylesheet in IE. fixes #3981 | Brandon Aaron | 2009-05-14 | 1 | -1/+5 |
* | another unit test for index method | Brandon Aaron | 2009-05-07 | 1 | -1/+2 |
* | .bind() now accepts an optional thisObject as the last argument which is used... | Brandon Aaron | 2009-05-07 | 1 | -1/+32 |
* | fix for #4234. hover can take one function to use for both enter and leave. | Brandon Aaron | 2009-05-06 | 1 | -0/+18 |
* | unit tests for using jQuery events on non-dom elements. fixes #3439. thanks m... | Brandon Aaron | 2009-05-04 | 1 | -0/+21 |
* | fix :hidden selector that was accidentally reverted in previous commit, also ... | Brandon Aaron | 2009-05-04 | 1 | -1/+2 |
* | testrunner: Updating an orphaned test | Ariel Flesler | 2009-05-03 | 1 | -1/+1 |
* | jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicat... | Ariel Flesler | 2009-05-03 | 1 | -7/+13 |
* | make sure toggleClass does not delete classNames when forcefully removing cla... | Brandon Aaron | 2009-05-02 | 1 | -8/+14 |
* | toggleClass can now toggle multiple classNames (space seperated list) and tog... | Brandon Aaron | 2009-05-02 | 1 | -17/+46 |
* | actually should be 6330, not 6329 | Brandon Aaron | 2009-05-02 | 1 | -1/+1 |
* | index now works in reverse when passed a selector or undefined. fixes #3971 | Brandon Aaron | 2009-05-02 | 1 | -21/+31 |
* | fix global event triggering that i broke in r6323 | Brandon Aaron | 2009-05-01 | 1 | -124/+124 |
* | live event handlers now receive data from trigger, fixes #4532, thanks nbubna | Brandon Aaron | 2009-04-30 | 1 | -1/+5 |
* | refactor specialAll into add and remove hooks for existing special events, li... | Brandon Aaron | 2009-04-30 | 1 | -1/+4 |
* | enable test for binding events cross-frame that was fixed in r6316 | Brandon Aaron | 2009-04-29 | 1 | -9/+5 |
* | .unbind() without any arguments now also unbinds namespaced events. fixes #46... | Brandon Aaron | 2009-04-29 | 1 | -2/+7 |
* | fix for #4216. css now ignores negative numbers for width and height when pas... | Brandon Aaron | 2009-04-22 | 1 | -1/+7 |
* | Added explicit module names to the new unit tests. | John Resig | 2009-04-20 | 4 | -3/+11 |
* | Unified the formatting of core.js. === or !== are used wherever appropriate, ... | John Resig | 2009-03-31 | 1 | -1/+1 |
* | moving dimension related unit tests to dimensions test module | Brandon Aaron | 2009-03-22 | 2 | -56/+56 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 3 | -84/+83 |