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

layer弹层 展示

时间:2016-10-09 20:44:07      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:layer

<td width="107" height="42"   class="contract" myhref="{:U(‘/Manage/Merchant/contract‘, array(‘id‘=>$item[‘merchant_id‘]) )}">合作协议</td>

 

<script>

$(‘.contract‘).click(function(){

            var href =  $(this).attr("myhref");

            var title =  $(this).attr("title");

            layer.open({

                type: 2,

                title: title,

                fix: true,

                shadeClose: false,

                area: [‘800px‘, ‘600px‘],

                content: href,

                maxmin: true

            });

</script>

本文出自 “json在php中的使用” 博客,谢绝转载!

layer弹层 展示

标签:layer

原文地址:http://zhaozhangxiao.blog.51cto.com/10609825/1859887

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