aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that we don't try to use a detached node (that was in a fragment) a...jeresig2010-02-131-1/+11
* Make sure the fragment isn't used if it's not the same set we're working with...jeresig2010-02-131-1/+6
* Make sure that &#...; entities are encoded properly. Fixes #6042.jeresig2010-02-051-1/+4
* Adding in some more replaceWith tests for #5917.Neeraj Singh2010-02-011-1/+11
* Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes ...Noah Sloan2010-02-011-2/+8
* Fix for problem in IE 8 where deserialized (then reserialized) form markup wa...jeresig2010-02-011-1/+9
* Make sure that the correct context is being passed in for replaceWith(fn). Fi...jeresig2010-01-251-0/+10
* Make work wrapInner(fn) work consistently. Fixes #5799.jeresig2010-01-251-8/+14
* Make sure that checked state is cloned properly. Based upon the patch by Mich...Michael Monteleone2010-01-251-1/+19
* Cleaned up divs that should've been removed after a test run.jeresig2010-01-251-1/+7
* Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.John Resig2010-01-241-2/+7
* Expose cleanData, make sure that all bound event handlers are properly cleane...jeresig2010-01-231-0/+70
* wrapAll(Function) doesn't actually make sense. That's why I couldn't figure o...Yehuda Katz2010-01-141-5/+0
* We only care that some of the html return value is escaped, not necessarily a...jeresig2010-01-131-8/+8
* Some more touching up of the replaceWith tests.jeresig2010-01-111-4/+12
* Did some reorganizing of the recently added replaceWith tests.jeresig2010-01-111-3/+2
* Make sure that wrapInner works on elements that have no contents. Fixes #3552.jeresig2010-01-111-1/+6
* Final pass at fixing #5785. Need to make sure that inner-nodes are detached b...jeresig2010-01-111-3/+13
* Made some additional tests for #5785.jeresig2010-01-111-1/+5
* Make sure we use detach instead of remove in replaceWith. Fixes #5785.jeresig2010-01-111-1/+10
* Added manipulation tests for setter function args.jeresig2010-01-071-3/+175
* Added some .text(Function) tests.jeresig2010-01-071-26/+37
* Moved the val() tests from manipulation into attributes.jeresig2010-01-071-86/+0
* Make sure that the correct value is being pulled from checkboxes in Webkit. F...jeresig2009-12-221-2/+8
* Made sure that the .val() logic for setting radios and checkboxes was correct...jeresig2009-12-221-1/+17
* Fixed the issue where getting an empty value was impossible. Fixes #5697.jeresig2009-12-221-1/+6
* 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