aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
...
* Remove fieldset from wrapMapOleg2012-12-281-1/+0
* Add comments for optgroup and option elements in wrapMapOleg2012-12-281-0/+3
* Remove fix for #4484, add more testsOleg2012-12-281-1/+0
* Simplify getAll helperOleg2012-12-241-13/+3
* Simplify check for non-ElementsOleg2012-12-241-8/+1
* Remove fix for object elementOleg2012-12-241-14/+1
* Save 43 bytesOleg2012-12-241-16/+17
* Use common loop iteration idiomOleg2012-12-241-16/+33
* Remove fix for #9587Oleg2012-12-241-4/+1
* Use correct commentsOleg2012-12-241-8/+11
* Simplify check for empty set in jQuery#domManipOleg2012-12-241-2/+2
* Code style changesOleg2012-12-241-11/+14
* Save one byteOleg2012-12-241-20/+20
* Take care of commentsOleg2012-12-241-3/+4
* Remove needless expressionOleg2012-12-241-1/+1
* Use GET method in jQuery#domManipOleg2012-12-241-0/+1
* Remove couple of spacesOleg2012-12-241-2/+2
* More simplifications fore jQuery#htmlOleg2012-12-241-2/+2
* Speed up iteration in jQuery#domManip if it called with function inside first...Oleg2012-12-241-1/+1
* Simplify execution of script element if it processed without src attributeOleg2012-12-241-1/+1
* Use jQuery.merge only if it really necessaryOleg2012-12-241-3/+3
* Simplify jQuery.expandoOleg2012-12-241-25/+7
* Simplify wrapMapOleg2012-12-241-1/+1
* Move all helpers to the end of the moduleOleg2012-12-241-111/+111
* Remove fixDefaultChecked helperOleg2012-12-241-15/+1
* Simplify getAll helperOleg2012-12-241-13/+11
* Simplify fixCloneNodeIssues helperOleg2012-12-241-42/+8
* Remove memory fixOleg2012-12-241-6/+0
* Change "isFunc" variable to "isFunction"Oleg2012-12-241-6/+5
* Code style changesOleg2012-12-241-21/+21
* Simplify jQuery#wrapOleg2012-12-241-6/+5
* Code style changesOleg2012-12-241-8/+7
* Remove unused variablesOleg2012-12-241-2/+1
* Remove removal of container children through removeChild methodOleg2012-12-241-5/+0
* Remove tbody checkOleg2012-12-241-20/+0
* 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 destinati...Paul Ramos2012-12-111-4/+8
* 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
* 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