index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
manipulation.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for .text() on text nodes. Fixes #5525.
John Resig
2009-11-17
1
-9
/
+11
*
Fixed the case where HTML that contained entities was being inserted as text ...
John Resig
2009-11-11
1
-1
/
+1
*
Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...
John Resig
2009-10-26
1
-1
/
+1
*
Fixed the cleaning method to support namespaced elements. Thanks to einaros f...
John Resig
2009-10-12
1
-2
/
+2
*
Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191.
John Resig
2009-09-25
1
-0
/
+8
*
A follow-up to [6578] (which stopped adding expandos to elements that didn't ...
John Resig
2009-09-25
1
-10
/
+8
*
Adding some fixes for commit [6537]. If there's leading whitespace, or if an ...
John Resig
2009-09-15
1
-6
/
+12
*
Fix for SVN rev [6537]. Events weren't being unbound correctly in Internet Ex...
John Resig
2009-09-15
1
-3
/
+2
*
Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML doc...
John Resig
2009-09-14
1
-2
/
+2
*
Fixed a bug introduced in SVN rev [6537] that caused XML-based fragment creat...
John Resig
2009-09-14
1
-2
/
+6
*
Added support for .before(), .after(), and .replaceWith() on disconnected DOM...
John Resig
2009-09-14
1
-7
/
+25
*
jquery core: Fixed #5202. Fixing selector generation when a manipulation func...
Ariel Flesler
2009-09-14
1
-2
/
+1
*
Broke the logic for .clean() wrap out into a separate, static, data structure...
John Resig
2009-09-07
1
-37
/
+48
*
Split out the fragment-building code from domManip. Switched core.js to using...
John Resig
2009-09-07
1
-39
/
+40
*
Tweaked the detach addition in commit [6474].
John Resig
2009-07-21
1
-5
/
+7
*
Adds detach()
Yehuda Katz
2009-07-21
1
-7
/
+10
*
Removing extraneous closing ). Fix for [6463].
John Resig
2009-07-19
1
-1
/
+1
*
Move cases of .replace(re, Function) out from inline (to avoid being redeclar...
John Resig
2009-07-19
1
-6
/
+7
*
Fixed typo in commit #6461.
John Resig
2009-07-19
1
-2
/
+2
*
Made more formatting changes to manipulation.js. Also moved all inline RegExp...
John Resig
2009-07-19
1
-14
/
+27
*
Tweaked formatting of src/manipulation.js.
John Resig
2009-07-19
1
-28
/
+40
*
Standardizing on .test() and .exec() - moving away from using .match() for Re...
John Resig
2009-07-19
1
-3
/
+3
*
We only support wrapping the first element around an element (all others are ...
John Resig
2009-07-14
1
-1
/
+1
*
Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for...
John Resig
2009-07-14
1
-1
/
+1
*
Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODO
Yehuda Katz
2009-07-12
1
-0
/
+4
*
Support for .foo(Function) and testing. TODO: More tests
Yehuda Katz
2009-07-12
1
-0
/
+8
*
IE doesn't seem to like caching fragments that have options in them. Ticket #...
John Resig
2009-07-11
1
-1
/
+1
*
Limit domManip caching to strings < 512 characters long. Ticket #4883.
John Resig
2009-07-11
1
-1
/
+1
*
Added caching to domManip. Fixes #4883.
John Resig
2009-07-11
1
-9
/
+42
*
fix remove and empty to work properly in IE when an element with the id of le...
Brandon Aaron
2009-05-16
1
-3
/
+2
*
remove trailing spaces
Brandon Aaron
2009-03-23
1
-4
/
+4
*
moving some vars from manipulations.js to attributes.js
Brandon Aaron
2009-03-22
1
-5
/
+0
*
breaking jquery out into smaller modules. added attributes.js, manipulation.j...
Brandon Aaron
2009-03-18
1
-0
/
+350