Fixes #8129. Fix cloning multiple selected options in IE8.
[jquery.git] / src / manipulation.js
2011-02-01 rwldrnFixes #8129. Fix cloning multiple selected options...
2011-02-01 jeresigThe default for .clone() is to not clone any events...
2011-01-28 Colin SnoverUse the original element/fragment as the last item...
2011-01-21 rwldrnMerge branch '8017lint' of https://github.com/rwldrn...
2011-01-20 rwldrnCleaned up; fixes per review
2011-01-20 rwldrncloneCopyEvent; jQuery.clone() review
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-10 Colin SnoverEnsure that buildFragment clones elements properly...
2011-01-09 Dave MethvinEnsure that the DOM element ref in an event handler...
2011-01-09 Colin SnoverFix domManip leaks the first element when appending...
2011-01-09 Colin SnoverChange the way jQuery.data works so that there is no...
2010-12-27 Dave MethvinDon't cache non-html strings in buildFragment to avoid...
2010-12-23 Colin SnoverDon't use for-in loops on Arrays. Fixes #7817. Thanks...
2010-12-22 Colin SnoverRemove code for ticket #7717 which has been marked...
2010-12-22 Colin SnoverFix a potential error in the previous commit caused...
2010-12-22 Colin SnoverFix a potential error in the previous commit caused...
2010-12-21 Dave MethvinUse a for loop rather than for/in loop when copying...
2010-12-19 Colin SnoverFix #7717 and #7165. Thanks to dmethvin and iliakan...
2010-12-16 Colin SnoverAddress some code style issues in the clone fix.
2010-12-13 Colin SnoverMore specific version numbers.
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-12 Colin SnoverMerge branch 'bug5566' into csnover-bug5566. Fixes...
2010-12-12 Colin SnoverFix the clone method to be a little less insane in...
2010-12-09 jeresigBacking out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
2010-12-09 jeresigMerge branch 'bug5566' of https://github.com/csnover...
2010-12-07 Colin SnoverClone fragments in domManip using jQuery.clone instead...
2010-12-07 Colin SnoverClean up empty lines with whitespace in manipulation.js
2010-11-21 Anton MMake sure IE clones body elements correctly. Fixes...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-11-09 John ResigWe don't do end of line comments, move them above.
2010-09-28 John ResigMake sure that the contents of the element is still...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-08 jeresigMake sure that the removeEvent and buildFragment privat...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-09 jeresigMake sure that special remove and teardown events get...
2010-03-05 jeresigNo need to use .call() anymore since we switched from...
2010-03-05 jeresigAttempted to fix #6227, not entirely sure if it's a...
2010-03-02 jeresigMake sure that we don't try to remove data from an...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-01 jeresigLand some additional tweaks related to running through...
2010-02-13 jeresigFound a better detect for deleting an expando, added...
2010-02-13 jeresigClean up expando removal code - only try to delete...
2010-02-13 jeresigMake sure that elements that have been removed also...
2010-02-13 jeresigDon't inject style elements using innerHTML as they...
2010-02-13 jeresigMake sure that we don't try to use a detached node...
2010-02-13 jeresigMake sure the fragment isn't used if it's not the same...
2010-02-13 jeresigRename internal .getText to maintain parity between...
2010-02-13 jeresigMake sure that fragments containing options aren't...
2010-02-06 jeresigMake sure that &#...; entities are encoded properly...
2010-02-02 jeresigRemoved extraneous nodeName check from f95147f465932cb9...
2010-02-02 Noah SloanOnly detach the incoming elements to replaceWith if...
2010-02-02 jeresigFix for problem in IE 8 where deserialized (then reseri...
2010-02-01 jeresigSame problem happens with plain embed elements as well...
2010-02-01 jeresigMake sure that injection of object elements continues...
2010-01-29 jeresigMake sure fragment caching is only happening on nodes...
2010-01-28 jeresigSkip around inserting a fragment when possible (insert...
2010-01-28 jeresigOptimize for the case where a fragment-bound element...
2010-01-28 jeresigFurther optimize the empty/remove/cleanData logic.
2010-01-26 jeresigMake sure that the correct context is being passed...
2010-01-26 jeresigMake work wrapInner(fn) work consistently. Fixes #5799.
2010-01-25 Michael MonteleoneMake sure that checked state is cloned properly. Based...
2010-01-25 John ResigMake sure that XHTML-style HTML is purified in .html...
2010-01-24 jeresigExpose cleanData, make sure that all bound event handle...
2010-01-15 John ResigRemoved some dead code from buildFragment. Thanks to...
2010-01-11 jeresigMake sure that wrapInner works on elements that have...
2010-01-11 jeresigFinal pass at fixing #5785. Need to make sure that...
2010-01-11 jeresigMake sure we use detach instead of remove in replaceWit...
2010-01-07 jeresigMake sure that .html(Function) gets the correct previou...
2010-01-07 jeresigFixed some bugs relating to the setter arg change in...
2010-01-06 jeresigA first pass at making sure that all the setter functio...
2009-12-22 jeresigForgot to make sure that oldData actually had data...
2009-12-22 jeresigExplicitly re-bind the events on clone. Copying over...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-21 jeresigTweaked a couple cases where == was used instead of...
2009-12-17 jeresigRemoved 'abbr' from self-closing tags list. Fixes ...
2009-12-17 jeresigMake sure that the node exists before attempting to...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-09 John ResigMade .clone(true) also copy over element data. Fixes...
2009-12-08 John ResigMake sure that events are cloned for wrap, fixes #2977.
2009-12-07 John ResigFixed other nodeNode mistake, sigh.
2009-12-07 John ResigMake sure that expando properties aren't set on embed...
2009-12-07 John ResigUse the getText utility function provided by Sizzle.
2009-12-07 John ResigAdded in support for injecting area elements into map...
2009-12-06 Dave MethvinFix for #4011, crash when two text nodes are appended...
2009-12-05 jeresigMake sure that the previous element is removed from...
2009-12-02 jeresigExtracted the logic for copying events from one jQuery...
2009-12-02 jeresigFixed logic error in html method - support.leadingWhite...
2009-11-17 John ResigAdded support for .text() on text nodes. Fixes #5525.
2009-11-11 John ResigFixed the case where HTML that contained entities was...
2009-10-26 John ResigMoved a bunch of methods out of the jQuery-specific...
2009-10-12 John ResigFixed the cleaning method to support namespaced element...
2009-09-25 John ResigAdding in .unwrap() support, thanks to Ben Alman! Fixes...
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-15 John ResigAdding some fixes for commit [6537]. If there's leading...
2009-09-15 John ResigFix for SVN rev [6537]. Events weren't being unbound...
next