| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix #11230. .appendTo and pals should always stack. | Dave Methvin | 2012-12-13 | 1 | -5/+5 |
* | Fix #4087. insertAfter, insertBefore, etc do not work if origin and destinati... | Paul Ramos | 2012-12-11 | 1 | -0/+34 |
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -2/+2 |
* | Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062. | Dave Methvin | 2012-12-09 | 1 | -42/+3 |
* | Revert "Organizes the php scripts used for testing better, so that the whole ... | jaubourg | 2012-12-05 | 1 | -1/+1 |
* | Radical idea: Calculate `expect()` value before fn call. :purple_heart: | Dave Methvin | 2012-12-04 | 1 | -2/+2 |
* | Fixes #12449. make replaceWith() clone elements where required. Closes gh-920 | Rod Vagg | 2012-12-04 | 1 | -94/+111 |
* | Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052. | Paul Ramos | 2012-12-04 | 1 | -64/+0 |
* | Fix #12756. Restyle manipulation unit tests. Close gh-1053. | Paul Ramos | 2012-12-04 | 1 | -598/+798 |
* | Organizes the php scripts used for testing better, so that the whole logic of... | jaubourg | 2012-12-04 | 1 | -1/+1 |
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 1 | -11/+1 |
* | keep manipulation.js assertions consistent | Richard Gibson | 2012-11-30 | 1 | -1/+1 |
* | Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044. | Oleg | 2012-11-27 | 1 | -4/+6 |
* | Fix #9960, allow manipulation for parent document nodes. Close gh-924. | dcooper | 2012-11-24 | 1 | -0/+18 |
* | Fix #3827. Get the correct checkbox status for a click handler. | Dave Methvin | 2012-11-24 | 1 | -1/+1 |
* | Fix #12920: remove addMandatoryAttributes. Close gh-1037. | Richard Gibson | 2012-11-20 | 1 | -25/+9 |
* | Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Clo... | Richard Gibson | 2012-11-19 | 1 | -78/+161 |
* | Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886. | Elijah Manor | 2012-11-18 | 1 | -0/+41 |
|\ |
|
| * | Add support check, added assertion to check if cleared, add edge case for bac... | Elijah Manor | 2012-08-13 | 1 | -9/+14 |
| * | Fix weird clone bug and add a unit test to verify | Elijah Manor | 2012-08-08 | 1 | -0/+36 |
* | | Fix #12858: don't expose jQuery/Sizzle expandos | Richard Gibson | 2012-11-09 | 1 | -5/+14 |
* | | No ticket: speedup test suite. Close gh-1020. | Richard Gibson | 2012-11-08 | 1 | -174/+138 |
* | | Followup to gh-997, decode entities in test names. Close gh-1013. | Timo Tijhof | 2012-11-01 | 1 | -3/+3 |
* | | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 1 | -35/+48 |
* | | Elements created from html strings have a parentnode. Fixes #12392 | Oleg | 2012-10-25 | 1 | -5/+22 |
* | | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh... | Sai Wong | 2012-10-16 | 1 | -11/+63 |
* | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. | Daniel Galvez | 2012-10-16 | 1 | -0/+32 |
* | | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -23/+23 |
* | | Enforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit... | James Huston | 2012-10-15 | 1 | -0/+2 |
* | | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 1 | -0/+14 |
* | | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes." | Dave Methvin | 2012-08-24 | 1 | -6/+5 |
* | | Fix #12120. Always stack .before/.after, and fix disconnected nodes. | Dave Methvin | 2012-08-23 | 1 | -5/+6 |
* | | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -0/+6 |
* | | Improve oldIE unit tests for fuzzy object clone. Close gh-880. | Elijah Manor | 2012-08-19 | 1 | -2/+28 |
|/ |
|
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -0/+12 |
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 1 | -11/+0 |
* | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873. | Daniel Chatfield | 2012-07-25 | 1 | -0/+11 |
* | Remove a few stray spaces in unit tests. | Dave Methvin | 2012-07-10 | 1 | -1/+1 |
* | Fix #10517. before() and after() on disconnected node should return multiple ... | Uri Gilad | 2012-07-10 | 1 | -0/+7 |
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 1 | -0/+5 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -25/+25 |
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 1 | -0/+2 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -55/+67 |
* | Fix #11231, (append|prepend|before|after) w/ array of jQuery objects. | Sindre Sorhus | 2012-06-15 | 1 | -4/+25 |
* | Fix #11566, allow appending to DocumentFragment, closes gh-814. | Vladimir Zhuravlev | 2012-06-15 | 1 | -35/+69 |
* | Tweak test for #11743 in an attempt to placate Jenkins. | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -6/+8 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -10/+12 |
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 1 | -0/+14 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -0/+12 |