aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
...
* | enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-23/+23
* | Enforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit...James Huston2012-10-151-0/+2
* | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.Dave Methvin2012-08-281-0/+14
* | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."Dave Methvin2012-08-241-6/+5
* | Fix #12120. Always stack .before/.after, and fix disconnected nodes.Dave Methvin2012-08-231-5/+6
* | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.Elijah Manor2012-08-221-0/+6
* | Improve oldIE unit tests for fuzzy object clone. Close gh-880.Elijah Manor2012-08-191-2/+28
|/
* Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.Daniel Chatfield2012-07-251-0/+12
* Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."Dave Methvin2012-07-251-11/+0
* Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.Daniel Chatfield2012-07-251-0/+11
* Remove a few stray spaces in unit tests.Dave Methvin2012-07-101-1/+1
* Fix #10517. before() and after() on disconnected node should return multiple ...Uri Gilad2012-07-101-0/+7
* Fix #11962. Standardize getter return values for empty sets.Uri Gilad2012-07-091-0/+5
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-25/+25
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-021-0/+2
* Unit tests are linted and passing.Rick Waldron2012-06-211-55/+67
* Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.Sindre Sorhus2012-06-151-4/+25
* Fix #11566, allow appending to DocumentFragment, closes gh-814.Vladimir Zhuravlev2012-06-151-35/+69
* Tweak test for #11743 in an attempt to placate Jenkins.Dave Methvin2012-06-111-1/+1
* Some work to modularize ajax later on.jaubourg2012-06-111-6/+8
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-10/+12
* Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.Richard Gibson2012-05-311-0/+14
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-0/+12
* Fix #8894. Ensure `.appendTo` creates a new set in oldIE.Oleg2012-04-161-1/+9
* Remove Ajax requirement for simple XML testsYehuda Katz2012-04-151-13/+8
* Amends #10324. Remove object markup fixture; create programmaticallyRick Waldron2012-04-111-2/+2
* Fix #10324. IE9 fumbles the innerHTML on object elements.Rick Waldron2012-04-101-1/+10
|\
| * Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png)Rick Waldron waldron.rick@gmail.com2012-03-231-1/+10
* | Fixes #11338, .replaceWith should work on detached nodes.Oleg2012-04-051-2/+5
* | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE.cmcnulty2012-04-051-0/+13
* | Update Sizzle and add test for sizzle getText fix. Removes usage of innerText...timmywil2012-03-301-1/+5
|/
* 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