已采纳回答 / MarlboroKay
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> 要引用bootstrap.min.js,加上就OK了
2016-08-09
$(function(){
$("#close").on("click",function(){
$("#myAlert").alert("close");
})
});
$("#close").on("click",function(){
$("#myAlert").alert("close");
})
});
2016-08-09
没用啊
$function(){
$("#close").on("click",function(){
$("#myAlert").alert("close");
})
}
不起作用
$function(){
$("#close").on("click",function(){
$("#myAlert").alert("close");
})
}
不起作用
2016-08-09
最新回答 / 慕名至此
aria-labelledby="tutorial"表示以下的标签是"tutorial"菜单的选项,而上面必须要定义一个id为"tutorial"的标签来触发这个菜单
2016-08-04