index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
*
Manipulation: re-expose domManip until 3.0
Timmy Willison
2016-01-08
1
-0
/
+4
*
Revert "Misc: Drop support for older browsers; update support comments"
Timmy Willison
2016-01-06
1
-11
/
+32
*
Build: code style fixes after all those reverts
Oleg Gaidarenko
2015-12-22
1
-2
/
+2
*
Revert "Manipulation: don't auto-insert tbody"
Oleg Gaidarenko
2015-12-22
1
-6
/
+5
*
Manipulation: Switch rnoInnerhtml to a version more performant in IE
Sean Henderson
2015-09-08
1
-1
/
+5
*
Data: Don't expose jQuery.acceptData
Jason Bedard
2015-09-08
1
-4
/
+4
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-40
/
+46
*
Core: Support non-browser environments
Michał Gołębiowski
2015-08-16
1
-1
/
+2
*
Manipulation: Remove an internal argument to the remove method
Michał Gołębiowski
2015-06-14
1
-26
/
+30
*
Manipulation: privatize internal domManip() function
Timmy Willison
2015-05-05
1
-101
/
+100
*
Manipulation: privatize buildFragment() function
Timmy Willison
2015-05-05
1
-196
/
+17
*
Manipulation: Make an HTML interception point
Richard Gibson
2015-04-30
1
-3
/
+6
*
Manipulation: Detect sneaky no-content replaceWith input
Richard Gibson
2015-04-30
1
-19
/
+21
*
Manipulation: don't auto-insert tbody
Oleg Gaidarenko
2015-02-11
1
-5
/
+6
*
Manipulation: simplify html wrappers
Oleg Gaidarenko
2015-02-11
1
-3
/
+14
*
Manipulation: simplification of manipulation wrappers
Oleg Gaidarenko
2015-02-10
1
-2
/
+3
*
Manipulation: add support to tag-hyphenated elements
Leonardo Braga
2015-01-13
1
-2
/
+2
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
1
-1
/
+1
*
Data: use removeAttribute in cleanData to bypass Chrome bug
Jason Bedard
2014-12-10
1
-9
/
+10
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-12-08
1
-69
/
+15
*
Manipulation: Update html5shiv elements
Alexander Farkas
2014-09-13
1
-3
/
+3
*
Core: Drop strundefined variable
Chris Antaki
2014-09-02
1
-5
/
+4
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-12
/
+30
*
Fix some code style inconsistencies
Oleg
2013-11-07
1
-3
/
+3
*
Fixes #14450. Remove CommonJS+AMD syntax.
Timmy Willison
2013-10-15
1
-22
/
+17
*
Fix #14290. Don't throw if text node is appended to table. Close gh-1371.
Dave Methvin
2013-09-19
1
-1
/
+1
*
Simplify replaceWith method. Closes gh-1276
Oleg
2013-09-17
1
-21
/
+11
*
Fix support test for checkClone. Fixes Safari 5.1 manip failures.
Timmy Willison
2013-09-11
1
-1
/
+3
*
Separate jQuery.fn.init into its own module (for lighter core dependencies ac...
Timmy Willison
2013-09-09
1
-6
/
+6
*
Apply consistent ordering in all modules. -219 bytes. Order modules like func...
Timmy Willison
2013-09-09
1
-307
/
+308
*
Break jQuery.access out into its own module to separate it from core; Adjust ...
Timmy Willison
2013-09-09
1
-17
/
+24
*
Always return jQuery in modules that can be included separately
Timmy Willison
2013-09-08
1
-1
/
+1
*
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-15
/
+15
*
Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM read...
Oleg Gaidarenko
2013-08-16
1
-1
/
+2
*
Specify support as a dependency wherever it is used. Optimize module order to...
Timmy Willison
2013-08-15
1
-1
/
+2
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-25
/
+28
*
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
Richard Gibson
2013-04-29
1
-2
/
+2
*
Fix #13810: .replaceWith(nextSibling)
Richard Gibson
2013-04-22
1
-0
/
+4
*
Fix failing test in manipulation. Empty string values are acceptable.
Timmy Willison
2013-04-18
1
-1
/
+1
*
Remove usage of the deprecated getAttributeNode() unless a support test warra...
Timmy Willison
2013-04-18
1
-2
/
+1
*
Fix #13741. Make wrap/unwrap methods optional; close gh-1236.
Michał Gołębiowski
2013-04-17
1
-65
/
+0
*
Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i...
Richard Gibson
2013-04-17
1
-8
/
+12
*
Fixes #13779. Remove nodes in document order
Rick Waldron
2013-04-16
1
-3
/
+2
*
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.
Richard Gibson
2013-04-16
1
-37
/
+41
*
Fix indentation issue with last cherry-pick.
Dave Methvin
2013-04-06
1
-8
/
+8
*
Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.
Dave Methvin
2013-04-06
1
-4
/
+5
*
Fix #13401: replaceWith(""). Close gh-1163.
Mark Raddatz
2013-02-08
1
-9
/
+11
*
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
Oleg
2013-01-31
1
-5
/
+7
*
Change variables initialization sequence for some declarations
Oleg
2013-01-31
1
-4
/
+4
*
Fix #13315: compare typeof node.method to var instead of literal "undefined" ...
Richard Gibson
2013-01-24
1
-3
/
+3
[next]