Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ↵ | Oleg Gaidarenko | 2013-08-16 | 1 | -1/+2 |
| | | | | ready). Close gh-1335. | ||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -1/+2 |
| | | | | | | | | | | to save 15 bytes. Conflicts: src/css.js src/manipulation.js src/offset.js src/support.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -25/+28 |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | ||||
* | Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script") | Richard Gibson | 2013-04-29 | 1 | -2/+2 |
| | | | | (cherry picked from commit 18cccd04a6f69018242bce96ef905bc5d3be6ff8) | ||||
* | Fix #13810: .replaceWith(nextSibling) | Richard Gibson | 2013-04-22 | 1 | -0/+4 |
| | | | | (cherry picked from commit d8f7e8371230a6dd504ca02e65442745b6ff6ce2) | ||||
* | Fix failing test in manipulation. Empty string values are acceptable. | Timmy Willison | 2013-04-18 | 1 | -1/+1 |
| | |||||
* | Remove usage of the deprecated getAttributeNode() unless a support test ↵ | Timmy Willison | 2013-04-18 | 1 | -2/+1 |
| | | | | warrants it. Fixes #12072. | ||||
* | Fix #13741. Make wrap/unwrap methods optional; close gh-1236. | Michał Gołębiowski | 2013-04-17 | 1 | -65/+0 |
| | | | | | | | move size() test to unit/deprecated; don't use size() in other tests; make 2 unit tests actually fire; code cleanup | ||||
* | Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute ↵ | Richard Gibson | 2013-04-17 | 1 | -8/+12 |
| | | | | | | in domManip. Close gh-1051. (cherry picked from commit 03db1ada2cc223edf545c5a452e55062647837fa) | ||||
* | Fixes #13779. Remove nodes in document order | Rick Waldron | 2013-04-16 | 1 | -3/+2 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fix #13596; #13722: .replaceWith consistency. Close gh-1216. | Richard Gibson | 2013-04-16 | 1 | -37/+41 |
| | |||||
* | Fix indentation issue with last cherry-pick. | Dave Methvin | 2013-04-06 | 1 | -8/+8 |
| | |||||
* | Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221. | Dave Methvin | 2013-04-06 | 1 | -4/+5 |
| | | | | (Cherry picked from 1b610266502490eab42a0b9ddfac2f93da0b0fe1) | ||||
* | Fix #13401: replaceWith(""). Close gh-1163. | Mark Raddatz | 2013-02-08 | 1 | -9/+11 |
| | | | | (cherry picked from commit 6a0ee2d9ed34b81d4ad0662423bf815a3110990f) | ||||
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -5/+7 |
| | | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations | ||||
* | Change variables initialization sequence for some declarations | Oleg | 2013-01-31 | 1 | -4/+4 |
| | |||||
* | Fix #13315: compare typeof node.method to var instead of literal "undefined" ↵ | Richard Gibson | 2013-01-24 | 1 | -3/+3 |
| | | | | for safer uglification | ||||
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 1 | -8/+2 |
| | |||||
* | Add a comment | Oleg | 2013-01-13 | 1 | -0/+2 |
| | |||||
* | Fixes #13200 - innerHTML in buildFragment need end tags | Oleg | 2013-01-13 | 1 | -10/+11 |
| | |||||
* | Ref 0ed497b. Close gh-1125. | Oleg | 2013-01-11 | 1 | -25/+23 |
| | |||||
* | Ref gh-1117: Don't stop on a falsy value in buildFragment. | Oleg | 2013-01-09 | 1 | -10/+15 |
| | | | | (cherry picked from commit 8e6c1ba92faf830d40cafe7a4deb4ad5ab9045fe) | ||||
* | Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117. | Dave Methvin | 2013-01-08 | 1 | -25/+23 |
| | |||||
* | Fix #12863. Prevent oldIE from calling `.removeAttribute` | Dave Methvin | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | Fix #12336. Ensure oldIE really does .empty() selects. | Dave Methvin | 2013-01-06 | 1 | -0/+6 |
| | |||||
* | 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 ↵ | Paul Ramos | 2012-12-11 | 1 | -4/+8 |
| | | | | destination are same element. Close gh-1068. | ||||
* | 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 |
| | | | | Remove clear(merge)Attributes hack | ||||
* | 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. ↵ | Richard Gibson | 2012-11-19 | 1 | -178/+196 |
| | | | | Close gh-864. | ||||
* | 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 ↵ | Elijah Manor | 2012-08-13 | 1 | -4/+3 |
| | | | | | | | | backgroundPosition | ||||
| * | 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 |
| | | | | | | | | I don't want to add a unit test that creates a dependency on an applet. | ||||
* | | 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 |
| | | | | | | | | Saved 65 bytes. |