首页 > 其他 > 详细

layer、弹出框

时间:2017-07-03 09:40:05      阅读:275      评论:0      收藏:0      [点我收藏+]
$(".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、弹出框

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!