layui弹出layer.open 的content问题

如果content取的的事当前页面元素内容时,type类型应该为1 layer.open({ type: 1, title: '数据选择器', content: $('#select_pe_content').html(), area: ["920px", "250px ...

Fri Jul 17 22:57:00 CST 2020 0 5791
layui弹出layer.open 的content问题

如果content取的的事当前页面元素内容时,type类型应该为1 layer.open({ type: 1, title: '内容区域', content: $('#DIV_EditUserInfo'), // 设置跳转的div,跳转到对应的页面 area: ["920px ...

Tue Jul 28 01:09:00 CST 2020 2 6592
layer.open弹出应用示例

1、定义一个静态页,里面存放需要的HTML,如FlightBookChildInsur.html 在这个页面定义执行函数,用来返回数据; function callbackdata() { var passengerName = $("#passenger_Name2").val ...

Mon Oct 08 21:36:00 CST 2018 0 7124
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM