aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Fix up whitespace and a couple of glitches.Yehuda Katz2009-12-091-6/+6
* Add function values to addClass, removeClass, toggleClass, text, and removeAttrYehuda Katz2009-12-091-3/+4
* Made .clone(true) also copy over element data. Fixes #4191.John Resig2009-12-091-1/+6
* Make sure that events are cloned for wrap, fixes #2977.John Resig2009-12-081-1/+15
* Added in support for injecting area elements into map elements. Fixes #4484.John Resig2009-12-061-1/+5
* Fix for #4011, crash when two text nodes are appended in IE.Dave Methvin2009-12-061-1/+3
* Make sure that the previous element is removed from the page before the next ...jeresig2009-12-051-1/+8
* Removed debug statements from manipulation tests, was causing errors in IE.jeresig2009-12-021-4/+0
* Adding a test that a new option can be selected with val(N)Yehuda Katz2009-12-011-1/+5
* Use .add() to merge two test groups together for .unwrap().jeresig2009-11-301-1/+1
* Fixed wrap test that was looking for comment values from .text().jeresig2009-11-301-1/+1
* Added support for .text() on text nodes. Fixes #5525.John Resig2009-11-171-1/+4
* Fixed the case where HTML that contained entities was being inserted as text ...John Resig2009-11-111-1/+7
* 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