<script src="js/simpleAlert.js"></script>
<script>
$(function () {
//单次单选弹框
$("#onlyChoseAlert").click(function () {
var onlyChoseAlert = simpleAlert({
"content":"按确定消失按确定消失!",
"buttons":{
"确定":function () {
onlyChoseAlert.close();
}
}
})
})
//单次双选弹框
$("#dblChoseAlert").click(function () {
var dblChoseAlert = simpleAlert({
"content":"按确定/取消消失!",
"buttons":{
"确定":function () {
alert("你好");
dblChoseAlert.close();
},
"取消":function () {
dblChoseAlert.close();
}
}
})
})
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
