Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added support for .before(), .after(), and .replaceWith() on disconnected ↵ | John Resig | 2009-09-14 | 1 | -3/+15 | |
| | | | | DOM nodes. Fixes bug #3940. | |||||
* | remove and detach unit tests were not cleaning up, causing selector tests to ↵ | Brandon Aaron | 2009-09-14 | 1 | -2/+4 | |
| | | | | fail | |||||
* | Broke the logic for .clean() wrap out into a separate, static, data ↵ | John Resig | 2009-09-07 | 1 | -2/+2 | |
| | | | | structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases. | |||||
* | 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 | |
| | | | | ignored). Fixes ticket #4903. | |||||
* | Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan ↵ | John Resig | 2009-07-14 | 1 | -1/+6 | |
| | | | | for the patch. Fixes #4902. | |||||
* | 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, ↵ | Brandon Aaron | 2009-03-18 | 1 | -0/+596 | |
manipulation.js, and traversing.js |