html代码:
(1)
//提示框
<button class="abc">弹层</button>
<script>
$(".abc").click(function(){
AlterMsg("题目", "干嘛", 1000);
})
</script>
(2)
//带确定和取消按钮的
<button class="abc">弹层</button>
<script>
html代码:
(1)
//提示框
<button class="abc">弹层</button>
</script>
(2)
//带确定和取消按钮的
<button class="abc">弹层</button>
<script>