码迷,mamicode.com
首页 > 其他好文 > 详细

layui弹出层layer.open 中的content问题

时间:2020-07-27 17:55:49      阅读:509      评论:0      收藏:0      [点我收藏+]

标签:url   title   inf   20px   new   info   html   区域   htm   

 

 

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

如果content取的的路径,或者某个页面,type类型应该为2
layer.open({
type: 2,
title: "内容区域",
content: ‘UserInfoEdit.html?actionType=new‘,    // 设置跳转的url,跳转到对应的页面
area: ["1500px", "100%"],
});

 

layui弹出层layer.open 中的content问题

标签:url   title   inf   20px   new   info   html   区域   htm   

原文地址:https://www.cnblogs.com/foreverfendou/p/13386406.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!