$("#myPopover").popover({
title:"弹出框的标题",
content:"弹出框的内容",
placement:"right"
});
title:"弹出框的标题",
content:"弹出框的内容",
placement:"right"
});
2016-08-11
$(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