| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily disabled some tests for Opera 10 - a variety of problems with inp... | John Resig | 2009-08-26 | 2 | -2/+7 |
* | Added support for .closest(filter, DOMElement). Fixes #4072. | John Resig | 2009-07-28 | 1 | -1/+7 |
* | Backing out commit #6507 - causes too many problems. | John Resig | 2009-07-28 | 1 | -7/+1 |
* | Added an improvement to quickExpr and some more tests for jQuery('html'). Fix... | John Resig | 2009-07-27 | 1 | -1/+9 |
* | Added an extra documentElement check to isXMLDoc for IE - and added a number ... | John Resig | 2009-07-27 | 1 | -1/+34 |
* | Implemented support for .context limited .closest() calls. Fixes #4072. | John Resig | 2009-07-25 | 1 | -1/+7 |
* | Fix for animating hyphenated CSS properties. Fixes #4156. | John Resig | 2009-07-25 | 1 | -0/+12 |
* | add scrollTop/Left tests and fix for IE | Brandon Aaron | 2009-07-24 | 1 | -2/+21 |
* | Completely disable the flaky fx queue test. | John Resig | 2009-07-21 | 1 | -0/+2 |
* | Exaggerate the times for the localtimeout ajax test. | John Resig | 2009-07-21 | 1 | -1/+1 |
* | Retool the fx test again, making it more apparent which order the queue tests... | John Resig | 2009-07-21 | 1 | -7/+3 |
* | Made a tweak to the fx queue test (was randomly failing in its current incarn... | John Resig | 2009-07-21 | 1 | -1/+1 |
* | Adds detach() | Yehuda Katz | 2009-07-21 | 1 | -34/+56 |
* | Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix... | John Resig | 2009-07-19 | 1 | -1/+26 |
* | removing ambiguous offset tests for now... results are different due to rende... | Brandon Aaron | 2009-07-17 | 1 | -14/+14 |
* | integrated offset tests into main test suite. offset tests now use iframes in... | Brandon Aaron | 2009-07-17 | 3 | -139/+119 |
* | Add test for jQuery(jQueryObj) cloning and simplify new get() code | Yehuda Katz | 2009-07-17 | 1 | -1/+4 |
* | jquery core: Simplifying isEmptyObject() and adding tests. | Ariel Flesler | 2009-07-16 | 1 | -0/+10 |
* | Refactor queueing system to allow auto-dequeuing to use dequeue directly and | Yehuda Katz | 2009-07-16 | 1 | -23/+20 |
* | Implemented .data() to get the entire data object. Closes #4284 | Yehuda Katz | 2009-07-16 | 1 | -0/+8 |
* | 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 | 3 | -6/+26 |
* | 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 | 3 | -0/+83 |
* | Reverting accidental test suite corruption from the Sizzle merge. | John Resig | 2009-05-20 | 1 | -2/+9 |
* | Removed some cases of strict errors. | John Resig | 2009-05-20 | 1 | -9/+2 |
* | 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 |
* | prevent fx test html from showing in IE | Brandon Aaron | 2009-05-16 | 1 | -1/+1 |