aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the correct context is being passed in for replaceWith(fn). Fi...jeresig2010-01-251-0/+6
* Make work wrapInner(fn) work consistently. Fixes #5799.jeresig2010-01-251-0/+6
* Make sure that checked state is cloned properly. Based upon the patch by Mich...Michael Monteleone2010-01-251-3/+12
* Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.John Resig2010-01-241-1/+3
* Expose cleanData, make sure that all bound event handlers are properly cleane...jeresig2010-01-231-12/+11
* Removed some dead code from buildFragment. Thanks to Sean Catchpole for the s...John Resig2010-01-151-2/+1
* Make sure that wrapInner works on elements that have no contents. Fixes #3552.jeresig2010-01-111-1/+8
* Final pass at fixing #5785. Need to make sure that inner-nodes are detached b...jeresig2010-01-111-1/+7
* Make sure we use detach instead of remove in replaceWith. Fixes #5785.jeresig2010-01-111-1/+1
* Make sure that .html(Function) gets the correct previous value.jeresig2010-01-071-0/+8
* Fixed some bugs relating to the setter arg change in val and html. Also optim...jeresig2010-01-071-1/+1
* A first pass at making sure that all the setter function arguments receive th...jeresig2010-01-061-7/+9
* Forgot to make sure that oldData actually had data in it before the copy atte...jeresig2009-12-221-1/+1
* Explicitly re-bind the events on clone. Copying over the data isn't enough. F...jeresig2009-12-221-1/+12
* Standardize on using double-quotes for string literals.jeresig2009-12-211-1/+1
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-211-20/+22
* Tweaked a couple cases where == was used instead of ===.jeresig2009-12-211-1/+1
* Removed 'abbr' from self-closing tags list. Fixes #5167.jeresig2009-12-171-1/+1
* Make sure that the node exists before attempting to clone.jeresig2009-12-171-1/+1
* Fix up whitespace and a couple of glitches.Yehuda Katz2009-12-091-5/+5
* Add function values to addClass, removeClass, toggleClass, text, and removeAttrYehuda Katz2009-12-091-1/+7
* Made .clone(true) also copy over element data. Fixes #4191.John Resig2009-12-091-7/+1
* Make sure that events are cloned for wrap, fixes #2977.John Resig2009-12-081-1/+1
* Fixed other nodeNode mistake, sigh.John Resig2009-12-071-1/+1
* Make sure that expando properties aren't set on embed, applet, or object elem...John Resig2009-12-061-1/+1
* Use the getText utility function provided by Sizzle.John Resig2009-12-061-14/+1
* Added in support for injecting area elements into map elements. Fixes #4484.John Resig2009-12-061-0/+1
* Fix for #4011, crash when two text nodes are appended in IE.Dave Methvin2009-12-061-2/+3
* Make sure that the previous element is removed from the page before the next ...jeresig2009-12-051-1/+11
* Extracted the logic for copying events from one jQuery set to another, makes ...jeresig2009-12-021-15/+20
* Fixed logic error in html method - support.leadingWhitespace shouldn't have b...jeresig2009-12-021-1/+1
* Added support for .text() on text nodes. Fixes #5525.John Resig2009-11-171-9/+11
* Fixed the case where HTML that contained entities was being inserted as text ...John Resig2009-11-111-1/+1
* Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...John Resig2009-10-261-1/+1
* Fixed the cleaning method to support namespaced elements. Thanks to einaros f...John Resig2009-10-121-2/+2
* Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191.John Resig2009-09-251-0/+8
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-10/+8
* Adding some fixes for commit [6537]. If there's leading whitespace, or if an ...John Resig2009-09-151-6/+12
* Fix for SVN rev [6537]. Events weren't being unbound correctly in Internet Ex...John Resig2009-09-151-3/+2
* Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML doc...John Resig2009-09-141-2/+2
* Fixed a bug introduced in SVN rev [6537] that caused XML-based fragment creat...John Resig2009-09-141-2/+6
* Added support for .before(), .after(), and .replaceWith() on disconnected DOM...John Resig2009-09-141-7/+25
* jquery core: Fixed #5202. Fixing selector generation when a manipulation func...Ariel Flesler2009-09-141-2/+1
* Broke the logic for .clean() wrap out into a separate, static, data structure...John Resig2009-09-071-37/+48
* Split out the fragment-building code from domManip. Switched core.js to using...John Resig2009-09-071-39/+40
* Tweaked the detach addition in commit [6474].John Resig2009-07-211-5/+7
* Adds detach()Yehuda Katz2009-07-211-7/+10
* Removing extraneous closing ). Fix for [6463].John Resig2009-07-191-1/+1
* Move cases of .replace(re, Function) out from inline (to avoid being redeclar...John Resig2009-07-191-6/+7
* Fixed typo in commit #6461.John Resig2009-07-191-2/+2