aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made more formatting changes to manipulation.js. Also moved all inline RegExp...John Resig2009-07-191-14/+27
* Tweaked formatting of src/manipulation.js.John Resig2009-07-191-28/+40
* Standardizing on .test() and .exec() - moving away from using .match() for Re...John Resig2009-07-191-3/+3
* We only support wrapping the first element around an element (all others are ...John Resig2009-07-141-1/+1
* Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for...John Resig2009-07-141-1/+1
* Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODOYehuda Katz2009-07-121-0/+4
* Support for .foo(Function) and testing. TODO: More testsYehuda Katz2009-07-121-0/+8
* IE doesn't seem to like caching fragments that have options in them. Ticket #...John Resig2009-07-111-1/+1
* Limit domManip caching to strings < 512 characters long. Ticket #4883.John Resig2009-07-111-1/+1
* Added caching to domManip. Fixes #4883.John Resig2009-07-111-9/+42
* fix remove and empty to work properly in IE when an element with the id of le...Brandon Aaron2009-05-161-3/+2
* remove trailing spacesBrandon Aaron2009-03-231-4/+4
* moving some vars from manipulations.js to attributes.jsBrandon Aaron2009-03-221-5/+0
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+350