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

layer、弹出框

时间:2017-07-03 10:09:11      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:height   btn   index   一个   src   color   ant   div   pre   

$(".div").click(function(){
var that = this;
// console.log(that.innerText);
layer.open({
title: [
‘房间信息‘,
‘ color:#fff;margin:0;‘
]
,anim: ‘up‘
// ,style: ‘ width: 100%; height: 100%;‘
,content: ‘<div>这是一个房间信息</div>‘ +
‘<img src="img/canting.jpg" class="picture" style="width: 100%;height: 140px;">‘+
‘<p >一共5卓,每桌十人座</p>‘
,btn: [‘我去预定‘, ‘我再看看‘],
// success: function(){
// $(‘img‘).click(function(){
// $(this).css(‘width‘,‘‘);
// $(this).css(‘height‘,‘‘)
// })
// },
yes: function(index){
console.log(‘点击了是‘);
console.log(that.innerText);
layer.close(index)
},
no:function(index){
console.log(‘您点了否‘);
layer.close(index)
}
});
});

layer、弹出框

标签:height   btn   index   一个   src   color   ant   div   pre   

原文地址:http://www.cnblogs.com/zcboy/p/7109515.html

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