码迷,mamicode.com
首页 > Web开发 > 详细

layer mobile 指定URL连接 弹全屏

时间:2016-06-14 14:11:42      阅读:2645      评论:0      收藏:0      [点我收藏+]

标签:

var url_a = $("#"+id).attr("alt");

//打开新页面
var pageii = layer.open({
    type: 1,
    btn: ["点击关闭本页面"],
    yes: function(index){
        layer.close(index);
    },
    content: "<iframe src="+url_a+"  width=‘100%‘ height=‘96%‘></iframe>",
    style: ‘position:fixed; left:0; top:0; width:100%; height:96%; border:none;‘
});

官网网址:http://layer.layui.com/mobile/

layer mobile 指定URL连接 弹全屏

标签:

原文地址:http://www.cnblogs.com/hgj123/p/5583613.html

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