jQuery方法笔记

.clone()
$(selector).clone(includeEvents)
$(this).clone(true) //boolean值,true/false分别对饮是否复制元素的所有事件处理

  

原文地址:https://www.cnblogs.com/archrjoe/p/4381973.html