Added in support for injecting area elements into map elements. Fixes #4484.
[jquery.git] / test / unit / manipulation.js
2009-12-07 John ResigAdded in support for injecting area elements into map...
2009-12-06 Dave MethvinFix for #4011, crash when two text nodes are appended...
2009-12-05 jeresigMake sure that the previous element is removed from...
2009-12-02 jeresigRemoved debug statements from manipulation tests, was...
2009-12-01 Yehuda KatzAdding a test that a new option can be selected with...
2009-11-30 jeresigUse .add() to merge two test groups together for .unwrap().
2009-11-30 jeresigFixed wrap test that was looking for comment values...
2009-11-17 John ResigAdded support for .text() on text nodes. Fixes #5525.
2009-11-11 John ResigFixed the case where HTML that contained entities was...
2009-09-29 John ResigSwitched from using QUnit's isObj/isSet to the more...
2009-09-25 John ResigAdding in .unwrap() support, thanks to Ben Alman! Fixes...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-15 Jörn Zaeffererremove globals in tests for compability with ?noglobals...
2009-09-14 John ResigAdded support for .before(), .after(), and .replaceWith...
2009-09-14 Brandon Aaronremove and detach unit tests were not cleaning up,...
2009-09-07 John ResigBroke the logic for .clean() wrap out into a separate...
2009-07-21 Yehuda KatzAdds detach()
2009-07-14 John ResigWe only support wrapping the first element around an...
2009-07-14 John ResigFixed wrapping of elements that hold text nodes. Thanks...
2009-07-12 Yehuda KatzAdd tests for replaceAll(fn) and wrap(fn) -- mark wrapA...
2009-07-12 Yehuda KatzSupport for .foo(Function) and testing. TODO: More...
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...