Sha*_*aun 13 jquery
如何在10秒后关闭jquery模态框???
gor*_*gor 22
使用setTimeOut函数.
//make sure you have lower case "o" setTimeout(function(){ $(dialog).close(); }, 10000);
Ale*_*lex 5
setTimeout(function() { // code to close the modal }, 10000);
归档时间:
15 年 前
查看次数:
41908 次
最近记录:
9 年,1 月 前