| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Code style changes | Oleg | 2012-12-24 | 1 | -21/+21 |
* | Simplify jQuery#wrap | Oleg | 2012-12-24 | 1 | -6/+5 |
* | Code style changes | Oleg | 2012-12-24 | 1 | -8/+7 |
* | Remove unused variables | Oleg | 2012-12-24 | 1 | -2/+1 |
* | Remove removal of container children through removeChild method | Oleg | 2012-12-24 | 1 | -5/+0 |
* | Remove tbody check | Oleg | 2012-12-24 | 1 | -20/+0 |
* | Remove leading white space check | Oleg | 2012-12-24 | 1 | -8/+1 |
* | Remove createSafeFragment helper | Oleg | 2012-12-24 | 1 | -49/+14 |
* | Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093. | Oleg | 2012-12-20 | 1 | -3/+4 |
* | compress -16 min+gzip | Richard Gibson | 2012-12-13 | 1 | -11/+13 |
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 1 | -7/+3 |
* | Fix #11230. .appendTo and pals should always stack. | Dave Methvin | 2012-12-13 | 1 | -10/+4 |
* | Fix #4087. insertAfter, insertBefore, etc do not work if origin and destinati... | Paul Ramos | 2012-12-11 | 1 | -4/+8 |
* | copy defaultSelected in cloneFixAttributes | Richard Gibson | 2012-12-11 | 1 | -1/+1 |
* | Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034. | Oleg | 2012-12-11 | 1 | -26/+15 |
* | Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected(). | Dave Methvin | 2012-12-09 | 1 | -6/+5 |
* | Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062. | Dave Methvin | 2012-12-09 | 1 | -11/+3 |
* | Fix #13013. Move jQuery.buildFragment() to compat plugin. | Dave Methvin | 2012-12-06 | 1 | -19/+4 |
* | Fixes #12449. make replaceWith() clone elements where required. Closes gh-920 | Rod Vagg | 2012-12-04 | 1 | -19/+17 |
* | Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052. | Paul Ramos | 2012-12-04 | 1 | -35/+8 |
* | Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044. | Oleg | 2012-11-27 | 1 | -10/+10 |
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -6/+6 |
* | Fix #9960, allow manipulation for parent document nodes. Close gh-924. | dcooper | 2012-11-24 | 1 | -2/+2 |
* | Fix #12920: remove addMandatoryAttributes. Close gh-1037. | Richard Gibson | 2012-11-20 | 1 | -29/+9 |
* | fix Safari test failures | Richard Gibson | 2012-11-19 | 1 | -1/+1 |
* | Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Clo... | Richard Gibson | 2012-11-19 | 1 | -178/+196 |
* | Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886. | Elijah Manor | 2012-11-18 | 1 | -1/+5 |
|\ |
|
| * | Add support check, added assertion to check if cleared, add edge case for bac... | Elijah Manor | 2012-08-13 | 1 | -4/+3 |
| * | Updated the comment above the fix | Elijah Manor | 2012-08-08 | 1 | -2/+2 |
| * | Fix weird clone bug and add a unit test to verify | Elijah Manor | 2012-08-08 | 1 | -2/+8 |
* | | Fix #12777. Add applet to non-cacheable fragment types. | Dave Methvin | 2012-11-13 | 1 | -1/+1 |
* | | Elements created from html strings have a parentnode. Fixes #12392 | Oleg | 2012-10-25 | 1 | -9/+26 |
* | | Fix #9469. Remove semi-functional .selector property. Close gh-1006. | Dave Methvin | 2012-10-24 | 1 | -1/+1 |
* | | Don't expose jQuery.deletedIds. Close gh-889. | Rick Waldron | 2012-10-20 | 1 | -1/+1 |
* | | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -1/+1 |
* | | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh... | Sai Wong | 2012-10-16 | 1 | -47/+38 |
* | | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-10-16 | 1 | -3/+6 |
|\ \ |
|
| * | | Fixes busted indents. Sorry folks | Rick Waldron | 2012-10-16 | 1 | -4/+4 |
| * | | Replace unknown, mysterious html arg to replaceWith(fn...), with just the cur... | Rick Waldron | 2012-10-16 | 1 | -3/+6 |
* | | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. | Daniel Galvez | 2012-10-16 | 1 | -2/+20 |
|/ / |
|
* | | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 1 | -8/+8 |
* | | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes." | Dave Methvin | 2012-08-24 | 1 | -3/+8 |
* | | Fix #12120. Always stack .before/.after, and fix disconnected nodes. | Dave Methvin | 2012-08-23 | 1 | -8/+3 |
* | | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -8/+4 |
|/ |
|
* | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 1 | -1/+1 |
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -3/+2 |
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 1 | -1/+3 |
* | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873. | Daniel Chatfield | 2012-07-25 | 1 | -3/+1 |
* | Fix #12132. IE10 dislikes detached object elements. Close gh-870. | Elijah Manor | 2012-07-24 | 1 | -4/+5 |
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -1/+1 |