| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #13810: .replaceWith(nextSibling) | Richard Gibson | 2013-04-22 | 1 | -1/+13 |
* | Fix #13741. Make wrap/unwrap methods optional; close gh-1236. | Michał Gołębiowski | 2013-04-17 | 1 | -245/+4 |
* | Followup #13779: Backwards-compatible unit test | Richard Gibson | 2013-04-17 | 1 | -1/+1 |
* | Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i... | Richard Gibson | 2013-04-17 | 1 | -9/+51 |
* | Fixes #13779. Remove nodes in document order | Rick Waldron | 2013-04-16 | 1 | -0/+24 |
* | Fix #13596; #13722: .replaceWith consistency. Close gh-1216. | Richard Gibson | 2013-04-16 | 1 | -34/+58 |
* | Update jshintrc to conform to new style guide. Conform to onevar and unused i... | Timmy Willison | 2013-04-09 | 1 | -37/+37 |
* | Ref #13554: Move redundant methods to event-alias.js. Close gh-1225. | Michał Gołębiowski | 2013-04-07 | 1 | -9/+9 |
* | Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221. | Dave Methvin | 2013-04-06 | 1 | -3/+16 |
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -2/+2 |
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -35/+30 |
* | Fix #13401: replaceWith(""). Close gh-1163. | Mark Raddatz | 2013-02-08 | 1 | -0/+9 |
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 1 | -31/+31 |
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 1 | -1/+5 |
* | No ticket: improve replaceWith testing | Richard Gibson | 2013-01-16 | 1 | -55/+35 |
* | Ref 0ed497b. Close gh-1125. | Oleg | 2013-01-11 | 1 | -11/+32 |
* | Ref gh-1117: Don't stop on a falsy value in buildFragment. | Oleg | 2013-01-09 | 1 | -1/+2 |
* | Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117. | Dave Methvin | 2013-01-08 | 1 | -18/+0 |
* | Fix #12336. Ensure oldIE really does .empty() selects. | Dave Methvin | 2013-01-06 | 1 | -2/+8 |
* | Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093. | Oleg | 2012-12-20 | 1 | -0/+8 |
* | Resolve a763ae72 test failures | Richard Gibson | 2012-12-15 | 1 | -4/+1 |
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 1 | -67/+0 |
* | 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 |