gpt4 book ai didi

jquery 将 iframe 包裹在 div 中

转载 作者:行者123 更新时间:2023-12-03 22:36:22 27 4
gpt4 key购买 nike

如何让 jquery 将 iframe 包装在 div 中,例如,如果使用 vimeo 嵌入 iframe,加载时 jquery 将其包装在 div 类中:

<div class="iframe"><iframe src="http://player.vimeo.com/video/23358638?title=0&amp;byline=0&amp;portrait=0" width="500" height="300" frameborder="0"></iframe></div>    

最佳答案

使用 jQuery wrap()功能:

$("iframe").wrap("<div class='iframe'/>");

关于jquery 将 iframe 包裹在 div 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5947544/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com