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
*
Fixes #13976: Garbage input should not cause error in buildFragment. Close gh...
ruado1987
2013-07-01
1
-1
/
+1
*
Optimize cleanData: allow direct access to data_priv for cleanup
Rick Waldron
2013-05-13
1
-22
/
+22
*
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
Richard Gibson
2013-04-29
1
-2
/
+2
*
Fixes #13815: Ensure each element has its own private data object - Tests by ...
Corey Frang
2013-04-24
1
-3
/
+1
*
Fix #13818: Add wrapMap entry for col element
Oleg
2013-04-24
1
-1
/
+2
*
Fix #13810: .replaceWith(nextSibling)
Richard Gibson
2013-04-22
1
-0
/
+4
*
Remove unnecessary usage of getAttributeNode(). Fixes #12072.
Timmy Willison
2013-04-18
1
-2
/
+1
*
Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i...
Richard Gibson
2013-04-17
1
-8
/
+12
*
Loop cleanup
Rick Waldron
2013-04-16
1
-10
/
+4
*
Fixes #13779. Remove nodes in document order (uses for loop matching empty()).
Rick Waldron
2013-04-16
1
-2
/
+3
*
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.
Richard Gibson
2013-04-16
1
-37
/
+41
*
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._da...
Oleg Gaidarenko
2013-04-08
1
-3
/
+6
*
Improve CSS and `Support:` comments. Close gh-1220.
Michał Gołębiowski
2013-04-06
1
-1
/
+1
*
Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.
Dave Methvin
2013-04-06
1
-13
/
+11
*
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.
Dave Methvin
2013-04-06
1
-68
/
+0
*
Fix #13401: replaceWith(""). Close gh-1163.
Mark Raddatz
2013-02-08
1
-9
/
+11
*
2.0: Rewrite data.js (Incl. event, manipulation, tests)
Rick Waldron
2013-02-03
1
-27
/
+31
*
Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "...
Richard Gibson
2013-01-27
1
-1
/
+0
*
Fix #13282: QtWebKit (e.g., phantomjs) can only apply Arrays
Richard Gibson
2013-01-24
1
-4
/
+12
*
Fix #13232, fix jQuery.buildFragment for tables, close gh-1138.
Oleg
2013-01-20
1
-3
/
+5
*
Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.
Richard Gibson
2013-01-16
1
-8
/
+2
*
Add a comment
Oleg
2013-01-13
1
-0
/
+2
*
Fixes #13200 - innerHTML in buildFragment need end tags
Oleg
2013-01-13
1
-5
/
+5
*
Ref gh-1117: Use native push for size and performance
Richard Gibson
2013-01-09
1
-2
/
+2
*
Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124.
Oleg
2013-01-09
1
-3
/
+8
*
Use while loop instead of for
Oleg
2013-01-08
1
-12
/
+7
*
Always use core_push in jQuery.buildFragment
Oleg
2013-01-08
1
-2
/
+2
*
Bring back jQuery.buildFragment and remove jQuery.clean
Oleg
2013-01-08
1
-53
/
+41
*
Simplify .wrapAll() and fix style. Close gh-1116.
Oleg
2013-01-08
1
-10
/
+13
*
Revert data.js rewrite.
Dave Methvin
2013-01-03
1
-32
/
+28
*
Updates to data.js re-write to pass events and manipulation (full pass in loc...
Rick Waldron
2012-12-31
1
-28
/
+32
*
Rename fixCloneNodeIssues helper to fixInput
Oleg
2012-12-28
1
-4
/
+4
*
Add empty line
Oleg
2012-12-28
1
-0
/
+1
*
wrapMap.col = wrapMap.tr
Oleg
2012-12-28
1
-2
/
+1
*
wrapMap.thead = wrapMap.tr
Oleg
2012-12-28
1
-3
/
+2
*
Remove fix for #11280
Oleg
2012-12-28
1
-1
/
+0
*
Remove fieldset from wrapMap
Oleg
2012-12-28
1
-1
/
+0
*
Add comments for optgroup and option elements in wrapMap
Oleg
2012-12-28
1
-0
/
+3
*
Remove fix for #4484, add more tests
Oleg
2012-12-28
1
-1
/
+0
*
Simplify getAll helper
Oleg
2012-12-24
1
-13
/
+3
*
Simplify check for non-Elements
Oleg
2012-12-24
1
-8
/
+1
*
Remove fix for object element
Oleg
2012-12-24
1
-14
/
+1
*
Save 43 bytes
Oleg
2012-12-24
1
-16
/
+17
*
Use common loop iteration idiom
Oleg
2012-12-24
1
-16
/
+33
*
Remove fix for #9587
Oleg
2012-12-24
1
-4
/
+1
*
Use correct comments
Oleg
2012-12-24
1
-8
/
+11
*
Simplify check for empty set in jQuery#domManip
Oleg
2012-12-24
1
-2
/
+2
*
Code style changes
Oleg
2012-12-24
1
-11
/
+14
*
Save one byte
Oleg
2012-12-24
1
-20
/
+20
*
Take care of comments
Oleg
2012-12-24
1
-3
/
+4
[next]