首页 > 代码库 > layer弹层 展示

layer弹层 展示

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

 

<script>

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

            var href = http://www.mamicode.com/ $(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弹层 展示