首页 > 代码库 > layer、弹出框
layer、弹出框
$(".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="http://www.mamicode.com/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、弹出框
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。