aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix various spelling errorsJosh Soref2016-01-131-3/+3
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-071-0/+67
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-101/+122
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-091-0/+11
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-2/+2
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-4/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-789/+788
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-671/+671
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-7/+21
* Docs: Fix various spelling mistakesBruno Pérel2015-07-301-1/+1
* Data: remove user data in cleanDataJason Bedard2015-07-281-1/+23
* Ajax: Account for Android 2.3 not firing window.onerror on script errorsMichał Gołębiowski2015-07-281-0/+11
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-301-40/+75
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-4/+20
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-091-0/+17
* Data: move element cache to element[expando]Rick Waldron2015-03-041-7/+2
* Build: fix broken assertions caused by QUnit updateOleg Gaidarenko2015-02-151-8/+8
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-111-0/+75
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-101-0/+12
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-261-1/+1
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+17
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-3/+19
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+9
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-18/+22
* Ajax, Manipulation: don't test cross-document manip in Android 2.3Michał Gołębiowski2014-05-051-2/+17
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-151-1/+1
* Tests: remove all the empty line whitespaceRick Waldron2014-02-111-24/+24
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-1/+1
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-231-172/+453
* Add unit tests for .html( number ). Close gh-1447.Jakob Stoeck2013-11-261-3/+6
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-2/+1
* Fix #11809: Update text without creating DOM nodes. Close gh-1412.Chris Antaki2013-11-051-2/+20
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-7/+8
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-9/+3
* Fix #13818: Add wrapMap entry for col elementOleg2013-04-241-0/+14
* Fix #13810: .replaceWith(nextSibling)Richard Gibson2013-04-221-1/+13
* 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-8/+51
* Fixes #13779. Remove nodes in document order (uses for loop matching empty()).Rick Waldron2013-04-161-0/+24
* Fix #13596; #13722: .replaceWith consistency. Close gh-1216.Richard Gibson2013-04-161-33/+58
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-29/+29
* Separate test/unit/wrap.js; make tests not fail when wrap module excludedMichał Gołębiowski2013-04-091-263/+1
* Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.Dave Methvin2013-04-061-3/+16
* Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.Dave Methvin2013-04-061-179/+200
* bind/unbind changed to on/off in unit tests; refs #13554Michał Gołębiowski2013-03-251-7/+7
* 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-26/+26
* Fix #13232, fix jQuery.buildFragment for tables, close gh-1138.Oleg2013-01-201-0/+29