aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Ajax, Manipulation: don't test cross-document manip in Android 2.3Michał Gołębiowski2014-05-071-2/+17
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-151-1/+1
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-2/+2
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-172/+468
* Add unit tests for .html( number ). Close gh-1447.Jakob Stoeck2013-11-261-3/+6
* Ref fb2e0a0c: Synchronize unit tests with masterChris Antaki2013-11-071-2/+20
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-7/+8
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-5/+5
* Fix #13810: .replaceWith(nextSibling)Richard Gibson2013-04-221-1/+13
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-245/+4
* Followup #13779: Backwards-compatible unit testRichard Gibson2013-04-171-1/+1
* Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i...Richard Gibson2013-04-171-9/+51
* Fixes #13779. Remove nodes in document orderRick Waldron2013-04-161-0/+24
* Fix #13596; #13722: .replaceWith consistency. Close gh-1216.Richard Gibson2013-04-161-34/+58
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-37/+37
* Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.Michał Gołębiowski2013-04-071-9/+9
* Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.Dave Methvin2013-04-061-3/+16
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-2/+2
* No ticket: Revise unit tests in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-35/+30
* Fix #13401: replaceWith(""). Close gh-1163.Mark Raddatz2013-02-081-0/+9
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-31/+31
* Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.Richard Gibson2013-01-161-1/+5
* No ticket: improve replaceWith testingRichard Gibson2013-01-161-55/+35
* Ref 0ed497b. Close gh-1125.Oleg2013-01-111-11/+32
* Ref gh-1117: Don't stop on a falsy value in buildFragment.Oleg2013-01-091-1/+2
* Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.Dave Methvin2013-01-081-18/+0
* Fix #12336. Ensure oldIE really does .empty() selects.Dave Methvin2013-01-061-2/+8
* Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.Oleg2012-12-201-0/+8
* Resolve a763ae72 test failuresRichard Gibson2012-12-151-4/+1
* Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.Oleg2012-12-131-67/+0
* Fix #11230. .appendTo and pals should always stack.Dave Methvin2012-12-131-5/+5
* Fix #4087. insertAfter, insertBefore, etc do not work if origin and destinati...Paul Ramos2012-12-111-0/+34
* Test: Update index.html to new QUnit format. Close gh-1061.Timo Tijhof2012-12-101-2/+2
* Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062.Dave Methvin2012-12-091-42/+3
* Revert "Organizes the php scripts used for testing better, so that the whole ...jaubourg2012-12-051-1/+1
* Radical idea: Calculate `expect()` value before fn call. :purple_heart:Dave Methvin2012-12-041-2/+2
* Fixes #12449. make replaceWith() clone elements where required. Closes gh-920Rod Vagg2012-12-041-94/+111
* Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.Paul Ramos2012-12-041-64/+0
* Fix #12756. Restyle manipulation unit tests. Close gh-1053.Paul Ramos2012-12-041-598/+798
* Organizes the php scripts used for testing better, so that the whole logic of...jaubourg2012-12-041-1/+1
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-021-11/+1
* keep manipulation.js assertions consistentRichard Gibson2012-11-301-1/+1
* Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.Oleg2012-11-271-4/+6
* Fix #9960, allow manipulation for parent document nodes. Close gh-924.dcooper2012-11-241-0/+18
* Fix #3827. Get the correct checkbox status for a click handler.Dave Methvin2012-11-241-1/+1
* Fix #12920: remove addMandatoryAttributes. Close gh-1037.Richard Gibson2012-11-201-25/+9
* Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Clo...Richard Gibson2012-11-191-78/+161
* Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886.Elijah Manor2012-11-181-0/+41
|\
| * Add support check, added assertion to check if cleared, add edge case for bac...Elijah Manor2012-08-131-9/+14
| * Fix weird clone bug and add a unit test to verifyElijah Manor2012-08-081-0/+36