📜  settimeout 函数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:11.891000             🧑  作者: Mango

代码示例6
setTimeout(function(){ 
$('#overlay'). modal('hide') 
}, 5000);
//#overlay will be the ID of modal which you want to hide or show modal