Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint
[jquery.git] / test / unit / manipulation.js
2011-01-21 rwldrnMerge branch '8017lint' of https://github.com/rwldrn...
2011-01-21 rwldrnBasic unit tests; This patch relies on the 51 existing...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-10 Colin SnoverEnsure that buildFragment clones elements properly...
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2010-12-27 Dave MethvinDon't cache non-html strings in buildFragment to avoid...
2010-12-23 Colin SnoverDon't use for-in loops on Arrays. Fixes #7817. Thanks...
2010-12-22 Colin SnoverRemove code for ticket #7717 which has been marked...
2010-12-21 Dave MethvinUse a for loop rather than for/in loop when copying...
2010-12-19 Colin SnoverFix #7717 and #7165. Thanks to dmethvin and iliakan...
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-12 Colin SnoverReturn test comments to ASCII space
2010-12-12 Colin SnoverMerge branch 'bug5566' into csnover-bug5566. Fixes...
2010-12-12 Colin SnoverFix the clone method to be a little less insane in...
2010-12-09 jeresigBacking out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
2010-12-09 jeresigMerge branch 'bug5566' of https://github.com/csnover...
2010-12-07 Colin SnoverClone fragments in domManip using jQuery.clone instead...
2010-11-21 Anton MMake sure IE clones body elements correctly. Fixes...
2010-10-09 jeresigAdded some more tests to make sure that replaceWith...
2010-09-28 John ResigMake sure that the contents of the element is still...
2010-09-27 jeresigAdjust manipulation test to handle whitespace RegExp...
2010-08-27 John ResigHandle two more cases where comments were missing in...
2010-08-26 John ResigBlackberry 4.6 doesn't maintain comment nodes in the...
2010-08-26 John ResigFixed mistake with tweaked iframe manipulation test.
2010-08-26 John ResigTweak some more jQuery set results in the manipulation...
2010-08-26 John ResigTweak more element orders in the manipulation tests...
2010-08-26 John ResigTweaked manipulation test to ignore order of elements...
2010-07-28 jzaeffererReplace usage of the removed global reset() method...
2010-03-05 jeresigI take that back! It was a bug, but the cache had to...
2010-03-05 jeresigAttempted to fix #6227, not entirely sure if it's a...
2010-02-13 jeresigAdapt the nbsp entity test for Opera (output isn't...
2010-02-13 jeresigDon't inject style elements using innerHTML as they...
2010-02-13 jeresigAdded some tests to test repeated injected of scripts...
2010-02-13 jeresigMake sure that we don't try to use a detached node...
2010-02-13 jeresigMake sure the fragment isn't used if it's not the same...
2010-02-06 jeresigMake sure that &#...; entities are encoded properly...
2010-02-02 Neeraj SinghAdding in some more replaceWith tests for #5917.
2010-02-02 Noah SloanOnly detach the incoming elements to replaceWith if...
2010-02-02 jeresigFix for problem in IE 8 where deserialized (then reseri...
2010-01-26 jeresigMake sure that the correct context is being passed...
2010-01-26 jeresigMake work wrapInner(fn) work consistently. Fixes #5799.
2010-01-25 Michael MonteleoneMake sure that checked state is cloned properly. Based...
2010-01-25 jeresigCleaned up divs that should've been removed after a...
2010-01-25 John ResigMake sure that XHTML-style HTML is purified in .html...
2010-01-24 jeresigExpose cleanData, make sure that all bound event handle...
2010-01-14 Yehuda KatzwrapAll(Function) doesn't actually make sense. That...
2010-01-13 jeresigWe only care that some of the html return value is...
2010-01-12 jeresigSome more touching up of the replaceWith tests.
2010-01-11 jeresigDid some reorganizing of the recently added replaceWith...
2010-01-11 jeresigMake sure that wrapInner works on elements that have...
2010-01-11 jeresigFinal pass at fixing #5785. Need to make sure that...
2010-01-11 jeresigMade some additional tests for #5785.
2010-01-11 jeresigMake sure we use detach instead of remove in replaceWit...
2010-01-07 jeresigAdded manipulation tests for setter function args.
2010-01-07 jeresigAdded some .text(Function) tests.
2010-01-07 jeresigMoved the val() tests from manipulation into attributes.
2009-12-22 jeresigMake sure that the correct value is being pulled from...
2009-12-22 jeresigMade sure that the .val() logic for setting radios...
2009-12-22 jeresigFixed the issue where getting an empty value was imposs...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-09 John ResigMade .clone(true) also copy over element data. Fixes...
2009-12-08 John ResigMake sure that events are cloned for wrap, fixes #2977.
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...