aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove leading white space checkOleg2012-12-241-8/+1
|
* Remove createSafeFragment helperOleg2012-12-241-49/+14
|
* Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.Oleg2012-12-201-3/+4
|
* compress -16 min+gzipRichard Gibson2012-12-131-11/+13
|
* Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.Oleg2012-12-131-7/+3
|
* Fix #11230. .appendTo and pals should always stack.Dave Methvin2012-12-131-10/+4
|
* Fix #4087. insertAfter, insertBefore, etc do not work if origin and ↵Paul Ramos2012-12-111-4/+8
| | | | destination are same element. Close gh-1068.
* copy defaultSelected in cloneFixAttributesRichard Gibson2012-12-111-1/+1
|
* Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034.Oleg2012-12-111-26/+15
| | | | Remove clear(merge)Attributes hack
* Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected().Dave Methvin2012-12-091-6/+5
|
* Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062.Dave Methvin2012-12-091-11/+3
|
* Fix #13013. Move jQuery.buildFragment() to compat plugin.Dave Methvin2012-12-061-19/+4
|
* Fixes #12449. make replaceWith() clone elements where required. Closes gh-920Rod Vagg2012-12-041-19/+17
|
* Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.Paul Ramos2012-12-041-35/+8
|
* Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.Oleg2012-11-271-10/+10
|
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-6/+6
|
* Fix #9960, allow manipulation for parent document nodes. Close gh-924.dcooper2012-11-241-2/+2
|
* Fix #12920: remove addMandatoryAttributes. Close gh-1037.Richard Gibson2012-11-201-29/+9
|
* fix Safari test failuresRichard Gibson2012-11-191-1/+1
|
* Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. ↵Richard Gibson2012-11-191-178/+196
| | | | Close gh-864.
* Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886.Elijah Manor2012-11-181-1/+5
|\
| * Add support check, added assertion to check if cleared, add edge case for ↵Elijah Manor2012-08-131-4/+3
| | | | | | | | backgroundPosition
| * Updated the comment above the fixElijah Manor2012-08-081-2/+2
| |
| * Fix weird clone bug and add a unit test to verifyElijah Manor2012-08-081-2/+8
| |
* | Fix #12777. Add applet to non-cacheable fragment types.Dave Methvin2012-11-131-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 #12392Oleg2012-10-251-9/+26
| |
* | Fix #9469. Remove semi-functional .selector property. Close gh-1006.Dave Methvin2012-10-241-1/+1
| | | | | | | | Saved 65 bytes.
* | Don't expose jQuery.deletedIds. Close gh-889.Rick Waldron2012-10-201-1/+1
| |
* | no ticket: remove and enforce unused vars in jshintMike Sherov2012-10-171-1/+1
| |
* | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes ↵Sai Wong2012-10-161-47/+38
| | | | | | | | gh-987
* | Merge branch 'master' of github.com:jquery/jqueryDave Methvin2012-10-161-3/+6
|\ \
| * | Fixes busted indents. Sorry folksRick Waldron2012-10-161-4/+4
| | |
| * | Replace unknown, mysterious html arg to replaceWith(fn...), with just the ↵Rick Waldron2012-10-161-3/+6
| | | | | | | | | | | | current node.
* | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.Daniel Galvez2012-10-161-2/+20
|/ /
* | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.Dave Methvin2012-08-281-8/+8
| | | | | | | | Regression was introduced in 22ad8723ce07569a9b039c7901f29e86ad14523c most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test.
* | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."Dave Methvin2012-08-241-3/+8
| | | | | | | | | | | | This reverts commit e2eac3f4d2e7f47b67635704df8e3b6675a91ed6. There is a 1.7 regression with isDisconnected() that we should fix before tackling this.
* | Fix #12120. Always stack .before/.after, and fix disconnected nodes.Dave Methvin2012-08-231-8/+3
| |
* | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.Elijah Manor2012-08-221-8/+4
|/
* Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.Timmy Willison2012-07-301-1/+1
|
* Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.Daniel Chatfield2012-07-251-3/+2
|
* Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."Dave Methvin2012-07-251-1/+3
| | | | | | This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03. Causing test fails in Safari, IE6, and IE7.
* Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.Daniel Chatfield2012-07-251-3/+1
|
* Fix #12132. IE10 dislikes detached object elements. Close gh-870.Elijah Manor2012-07-241-4/+5
|
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-221-1/+1
|
* Fix #10517. before() and after() on disconnected node should return multiple ↵Uri Gilad2012-07-101-3/+3
| | | | nodes. Closes gh-851.
* Fix #11962. Standardize getter return values for empty sets.Uri Gilad2012-07-091-1/+1
|
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-7/+16
|
* Optimization of array operations, closes gh-844.Oleg2012-07-061-7/+9
|
* DRY out removeData/cleanData, closes gh-838.Richard Gibson2012-07-061-36/+49
|
* Clear elements to avoid leaking memory. Close gh-837. Fixes #11809Richard Gibson2012-06-261-1/+4
|