aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Use a for loop rather than for/in loop when copying events, so that code will...Dave Methvin2010-12-201-0/+3
* | | Remove code for ticket #7717 which has been marked WONTFIX to match existing ...Colin Snover2010-12-221-8/+4
* | | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the...Colin Snover2010-12-191-6/+22
|/ /
* | Speed up & compatibility improvements for new clone mechanism in IE.Colin Snover2010-12-121-1/+9
* | Return test comments to ASCII spaceColin Snover2010-12-121-2/+2
* | Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.Colin Snover2010-12-121-62/+108
|\ \
| * | Fix the clone method to be a little less insane in IE, which fixes the new ev...Colin Snover2010-12-121-8/+34
* | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t...jeresig2010-12-091-76/+56
* | | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566jeresig2010-12-091-56/+76
|\| |
| * | Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl...Colin Snover2010-12-061-56/+76
| |/
* / Make sure IE clones body elements correctly. Fixes 4386.Anton M2010-11-211-1/+3
|/
* Added some more tests to make sure that replaceWith is working correctly. Fol...jeresig2010-10-091-2/+13
* Make sure that the contents of the element is still in place when html(Functi...John Resig2010-09-281-0/+11
* Adjust manipulation test to handle whitespace RegExp issue in older WebKits. ...jeresig2010-09-271-1/+1
* Handle two more cases where comments were missing in the test case, in Blackb...John Resig2010-08-271-1/+7
* Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our ...John Resig2010-08-261-2/+6
* Fixed mistake with tweaked iframe manipulation test.John Resig2010-08-261-1/+1
* Tweak some more jQuery set results in the manipulation tests. Also fixed the ...John Resig2010-08-261-40/+40
* Tweak more element orders in the manipulation tests. Also differentiate betwe...John Resig2010-08-261-8/+10
* Tweaked manipulation test to ignore order of elements from selector (not impo...John Resig2010-08-261-1/+1
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-281-74/+74
* I take that back! It was a bug, but the cache had to be triggered and a colle...jeresig2010-03-051-5/+6
* Attempted to fix #6227, not entirely sure if it's a problem as I'm having a h...jeresig2010-03-051-1/+9
* Adapt the nbsp entity test for Opera (output isn't as important as the fact t...jeresig2010-02-131-1/+2
* Don't inject style elements using innerHTML as they will go away in IE. Fixes...jeresig2010-02-131-1/+6
* Added some tests to test repeated injected of scripts. Was fixed when fixing ...jeresig2010-02-131-5/+4