标签: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
原文地址:http://zhaozhangxiao.blog.51cto.com/10609825/1859887