aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-291-1/+1
* Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191.John Resig2009-09-251-0/+31
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-2/+2
* remove globals in tests for compability with ?noglobals, to be enabled by def...Jörn Zaefferer2009-09-151-1/+1
* Added support for .before(), .after(), and .replaceWith() on disconnected DOM...John Resig2009-09-141-3/+15
* remove and detach unit tests were not cleaning up, causing selector tests to ...Brandon Aaron2009-09-141-2/+4
* Broke the logic for .clean() wrap out into a separate, static, data structure...John Resig2009-09-071-2/+2
* 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
* Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for...John Resig2009-07-141-1/+6
* 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, manipulation.j...Brandon Aaron2009-03-181-0/+596