setTimeout(function(){$('.swtCenter').fadeIn(300)},3000);
$(".closeSwtBtn,.closeSwt").click(function(){
$(".swtCenter").animate({left:"130%"},400);
$(function(){
function?show(){
$(".swtCenter").animate({left:"50%"},400).show(300);
}
setTimeout(show,5000);
});
});某個網(wǎng)站有彈窗的一段代碼,COPY下來之后,測試發(fā)現(xiàn)不能循環(huán)彈窗
JQ彈窗問題
puffbaby
2015-08-14 18:05:15