📜  jQuery clone()

📅  最后修改于: 2020-11-26 01:06:38             🧑  作者: Mango

jQuery clone()

jQuery clone()方法用于制作匹配元素集的副本。它还会复制其子节点,文本和属性。 clone()方法是在页面上复制元素的便捷方法。

句法:

$(selector).clone(true|false)

jQuery clone()方法的参数

Parameter Description
True It specifies that event handlers also should be copied.
False It is a default parameter. It specifies that event handler should not be copied.

jQuery clone()方法的示例

让我们以一个示例来演示jQuery clone()方法的效果。








javatpoint.com is a popular tutorial website.

javatpoint.com is a training institute also.