Tagging the 1.5rc1 release.
[jquery.git] / src / manipulation.js
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...