| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up whitespace and a couple of glitches. | Yehuda Katz | 2009-12-09 | 1 | -6/+6 |
* | Add function values to addClass, removeClass, toggleClass, text, and removeAttr | Yehuda Katz | 2009-12-09 | 1 | -3/+4 |
* | Made .clone(true) also copy over element data. Fixes #4191. | John Resig | 2009-12-09 | 1 | -1/+6 |
* | Make sure that events are cloned for wrap, fixes #2977. | John Resig | 2009-12-08 | 1 | -1/+15 |
* | Added in support for injecting area elements into map elements. Fixes #4484. | John Resig | 2009-12-06 | 1 | -1/+5 |
* | Fix for #4011, crash when two text nodes are appended in IE. | Dave Methvin | 2009-12-06 | 1 | -1/+3 |
* | Make sure that the previous element is removed from the page before the next ... | jeresig | 2009-12-05 | 1 | -1/+8 |
* | Removed debug statements from manipulation tests, was causing errors in IE. | jeresig | 2009-12-02 | 1 | -4/+0 |
* | Adding a test that a new option can be selected with val(N) | Yehuda Katz | 2009-12-01 | 1 | -1/+5 |
* | Use .add() to merge two test groups together for .unwrap(). | jeresig | 2009-11-30 | 1 | -1/+1 |
* | Fixed wrap test that was looking for comment values from .text(). | jeresig | 2009-11-30 | 1 | -1/+1 |
* | Added support for .text() on text nodes. Fixes #5525. | John Resig | 2009-11-17 | 1 | -1/+4 |
* | Fixed the case where HTML that contained entities was being inserted as text ... | John Resig | 2009-11-11 | 1 | -1/+7 |
* | Switched from using QUnit's isObj/isSet to the more robust same method. | John Resig | 2009-09-29 | 1 | -1/+1 |
* | Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191. | John Resig | 2009-09-25 | 1 | -0/+31 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 1 | -2/+2 |
* | remove globals in tests for compability with ?noglobals, to be enabled by def... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
* | Added support for .before(), .after(), and .replaceWith() on disconnected DOM... | John Resig | 2009-09-14 | 1 | -3/+15 |
* | remove and detach unit tests were not cleaning up, causing selector tests to ... | Brandon Aaron | 2009-09-14 | 1 | -2/+4 |
* | Broke the logic for .clean() wrap out into a separate, static, data structure... | John Resig | 2009-09-07 | 1 | -2/+2 |
* | Adds detach() | Yehuda Katz | 2009-07-21 | 1 | -34/+56 |
* | 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 |
* | 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 explicit module names to the new unit tests. | John Resig | 2009-04-20 | 1 | -0/+2 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 1 | -0/+596 |