扫码关注官方订阅号
dispaly:none , bloack
认证高级PHP讲师
你把 <p class="dialog_m_Parent"></p> 的内容写在页面上加上display:none,然后在 layer.open 里用$('.dialog_m_Parent').html() 调取内容。
html
<template id="tmpl1"> ... </template>
js
var tmpl = $('#tmpl').html()
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
你把 <p class="dialog_m_Parent"></p> 的内容写在页面上加上display:none,然后在 layer.open 里用$('.dialog_m_Parent').html() 调取内容。
html
js