复习下表格样式:
table
table-bordered
table-hover
table-condensed
table-striped
table
table-bordered
table-hover
table-condensed
table-striped
2016-05-30
<meta name="viewport" content="width=device-width,initial-scale=1">
2016-05-29
$(function(){
$(".btn").click(function(){
$("#mymodal").modal({
keyboard:false,
show:true,
backdrop:"static",
remote:"http://www.baidu.com"
});
});
});
$(".btn").click(function(){
$("#mymodal").modal({
keyboard:false,
show:true,
backdrop:"static",
remote:"http://www.baidu.com"
});
});
});
2016-05-29
data-show="false" 初始化页面时,第一次点击无效,第二次点击弹出窗口
2016-05-29