aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Guard against exceptions when clearing safeChildNodes.Rick Waldron waldron.rick@gmail.com2012-03-061-0/+12
* Fix #11217. WebKit clone() loses check if name follows checked attribute.Sindre Sorhus2012-03-021-1/+7
* Fix #11323. Consistently use rscriptType in jQuery.clean()Rick Waldron waldron.rick@gmail.com2012-03-021-3/+3
* Fix #11359: preserve contents for cloned scriptsRichard Gibson2012-02-231-0/+9
* Fix whitespace mismatch introduced in bf7a4df22aRick Waldron waldron.rick@gmail.com2012-02-101-5/+5
* Fix #11291. Always clone XML docs with a genuine .cloneNode().Arne de Bree2012-02-091-0/+10
* Adds test to support Sizzle getText patch for document fragments. Fixes #10864.Rick Waldron2012-01-201-3/+9
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-0/+10
* Use .wrapAll to wrap both text nodes in #10812 so IE9 likey.Dave Methvin2011-11-171-1/+1
* Fix #10812, let .before() and .after() work on empty collections.Dave Methvin2011-11-171-0/+8
* Update Sizzle. Adds document to acceptable nodeTypes for .text(). Fixes #10724.timmywil2011-11-081-1/+2
* Refactor clone a bit to only create one clone on any given codepathtimmywil2011-11-081-2/+2
* Remove test of the invalid object for IE9's sake; Rewrite the appropriate sup...timmywil2011-11-081-3/+51
|\
| * Fixes jQuery.fragments cache and adds tests. Fixes #10682Rick Waldron2011-11-051-0/+48
* | Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes #10667...Rick Waldron2011-11-071-0/+84
* | Fix #10177. Pass correct index to function-parameter of `.wrap`Toby Brain2011-11-061-1/+28
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-207/+207
|/
* Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown el...timmywil2011-10-231-2/+12
* Do not call getElements on a script tag. Avoids unnecessary execution. Fixes ...timmywil2011-10-121-2/+8
* Allow more cases to use `innerHTML` in the `.html` method.Dave Methvin2011-09-211-1/+9
|\
| * move embed tests to area where objects tests are already happeningcmcnulty2011-03-091-15/+11
| * Forgot to update the test countscmcnulty2011-02-251-2/+2
| * (no commit message)cmcnulty2011-02-251-0/+13
* | Remove stop argument in manipulation test, which no longer sets a timeouttimmywil2011-09-201-4/+3
* | Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fix...Rick Waldron2011-09-191-0/+32
* | jQuery.clone() check that destination child nodes are not null. Fixes #9587rwldrn2011-06-151-0/+11
* | Add test for appending an xml element to another. Supplements #9370.timmywil2011-05-251-0/+34
* | Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix...Rick Waldron2011-05-131-1/+11
|\ \
| * | jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ...Rick Waldron2011-04-301-1/+10
* | | Adding in test case to support #9211.John Resig2011-05-111-1/+8
* | | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the be...jaubourg2011-05-111-1/+19
* | | Fix problem with appending multiple string arguments in IE 6. Fixes #9072.John Resig2011-05-031-1/+12
|/ /
* | Landing pull request 332. Appending disconnected radio or checkbox inputs and...timmywil2011-04-211-1/+15
* | Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-35/+35
* | Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-mas...John Resig2011-04-121-2/+8
|\ \
* | | third batchlouisremi2011-04-121-239/+239
* | | Make the new attr/prop changes pass the test suite (in Webkit). There are st...timmywil2011-04-031-2/+4
* | | bug 6158; fixing replaceWith from throwing errors on non existant elements; f...Jordan Boesch2011-03-051-2/+2
* | | bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-2/+5
| |/ |/|
* | Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-3/+4
* | Fixes #8129. Fix cloning multiple selected options in IE8.rwldrn2011-02-021-1/+9
* | The default for .clone() is to not clone any events. Fixes #8123.jeresig2011-02-011-0/+11
* | Use the original element/fragment as the last item to be appended to the docu...Colin Snover2011-01-281-0/+13
* | Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lintrwldrn2011-01-221-1/+1
* | Basic unit tests; This patch relies on the 51 existing clone() testsrwldrn2011-01-211-0/+12
* | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-13/+50
|\ \
| * | Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-13/+50
* | | Ensure that buildFragment clones elements properly in all browsers. Fixes #38...Colin Snover2011-01-091-9/+23
|/ /
* | Don't cache non-html strings in buildFragment to avoid possible collision wit...Dave Methvin2010-12-271-0/+17
* | Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin.Colin Snover2010-12-221-0/+3
|\ \