aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Fix #13401: replaceWith(""). Close gh-1163.Mark Raddatz2013-02-081-9/+11
* 2.0: Rewrite data.js (Incl. event, manipulation, tests)Rick Waldron2013-02-031-27/+31
* Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "...Richard Gibson2013-01-271-1/+0
* Fix #13282: QtWebKit (e.g., phantomjs) can only apply ArraysRichard Gibson2013-01-241-4/+12
* Fix #13232, fix jQuery.buildFragment for tables, close gh-1138.Oleg2013-01-201-3/+5
* Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.Richard Gibson2013-01-161-8/+2
* Add a commentOleg2013-01-131-0/+2
* Fixes #13200 - innerHTML in buildFragment need end tagsOleg2013-01-131-5/+5
* Ref gh-1117: Use native push for size and performanceRichard Gibson2013-01-091-2/+2
* Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124.Oleg2013-01-091-3/+8
* Use while loop instead of forOleg2013-01-081-12/+7
* Always use core_push in jQuery.buildFragmentOleg2013-01-081-2/+2
* Bring back jQuery.buildFragment and remove jQuery.cleanOleg2013-01-081-53/+41
* Simplify .wrapAll() and fix style. Close gh-1116.Oleg2013-01-081-10/+13
* Revert data.js rewrite.Dave Methvin2013-01-031-32/+28
* Updates to data.js re-write to pass events and manipulation (full pass in loc...Rick Waldron2012-12-311-28/+32
* Rename fixCloneNodeIssues helper to fixInputOleg2012-12-281-4/+4
* Add empty lineOleg2012-12-281-0/+1
* wrapMap.col = wrapMap.trOleg2012-12-281-2/+1
* wrapMap.thead = wrapMap.trOleg2012-12-281-3/+2
* Remove fix for #11280Oleg2012-12-281-1/+0
* 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