Made a number of spacing changes to bring the code more-inline with the jQuery Core...
[jquery.git] / src / manipulation.js
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...
2009-09-14 John ResigAnother fix for [6537] - make sure that .innerHTML...
2009-09-14 John ResigFixed a bug introduced in SVN rev [6537] that caused...
2009-09-14 John ResigAdded support for .before(), .after(), and .replaceWith...
2009-09-14 Ariel Fleslerjquery core: Fixed #5202. Fixing selector generation...
2009-09-07 John ResigBroke the logic for .clean() wrap out into a separate...
2009-09-07 John ResigSplit out the fragment-building code from domManip...
2009-07-21 John ResigTweaked the detach addition in commit [6474].
2009-07-21 Yehuda KatzAdds detach()
2009-07-19 John ResigRemoving extraneous closing ). Fix for [6463].
2009-07-19 John ResigMove cases of .replace(re, Function) out from inline...
2009-07-19 John ResigFixed typo in commit #6461.
2009-07-19 John ResigMade more formatting changes to manipulation.js. Also...
2009-07-19 John ResigTweaked formatting of src/manipulation.js.
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
2009-07-14 John ResigWe only support wrapping the first element around an...
2009-07-14 John ResigFixed wrapping of elements that hold text nodes. Thanks...
2009-07-12 Yehuda KatzAdd tests for replaceAll(fn) and wrap(fn) -- mark wrapA...
2009-07-12 Yehuda KatzSupport for .foo(Function) and testing. TODO: More...
2009-07-11 John ResigIE doesn't seem to like caching fragments that have...
2009-07-11 John ResigLimit domManip caching to strings < 512 characters...
2009-07-11 John ResigAdded caching to domManip. Fixes #4883.
2009-05-16 Brandon Aaronfix remove and empty to work properly in IE when an...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aaronmoving some vars from manipulations.js to attributes.js
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...