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:20 You can copy your div like this $(".package").html($(".button").html()) 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You can copy your div like this
$(".package").html($(".button").html())