jQuery duplicate DIV into another DIV

后端 未结 5 749
北海茫月
北海茫月 2020-11-29 00:46

Need some jquery help copying a DIV into another DIV and hoping that this is possible. I have the following HTML:

  
5条回答
  •  旧巷少年郎
    2020-11-29 01:35

    Copy code using clone and appendTo function :

    Here is also working example jsfiddle

    
    
    
    
    
    
    
    

提交回复
热议问题