aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for .before(), .after(), and .replaceWith() on disconnected ↵John Resig2009-09-141-3/+15
| | | | DOM nodes. Fixes bug #3940.
* remove and detach unit tests were not cleaning up, causing selector tests to ↵Brandon Aaron2009-09-141-2/+4
| | | | fail
* Broke the logic for .clean() wrap out into a separate, static, data ↵John Resig2009-09-071-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 Katz2009-07-211-34/+56
|
* We only support wrapping the first element around an element (all others are ↵John Resig2009-07-141-1/+7
| | | | ignored). Fixes ticket #4903.
* Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan ↵John Resig2009-07-141-1/+6
| | | | for the patch. Fixes #4902.
* Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODOYehuda Katz2009-07-121-19/+46
|
* Support for .foo(Function) and testing. TODO: More testsYehuda Katz2009-07-121-74/+148
|
* Added explicit module names to the new unit tests.John Resig2009-04-201-0/+2
|
* breaking jquery out into smaller modules. added attributes.js, ↵Brandon Aaron2009-03-181-0/+596
manipulation.js, and traversing.js