layer弹层 展示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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弹层 展示的主要内容,如果未能解决你的问题,请参考以下文章

web弹层组件-layer封装的工具类

LAYUI弹出层详解

layer弹层之美

layer ----- 弹层

弹层组件-layer

[vuejs] vue2.0-layer-mobile移动端弹层