为什么弹出框只能弹一次,刷新再能弹下一次if($("#" + i).val()==""||$("#" + i).val()==null||$("#" + i).val()==undefined){// alert(stus[i]+'不能为空');var _this = stus[i]+'不能为空';var str='';// console.log(_this);var this_sec = 3000;if (_this){str+="<p>"+_this+"</p>";$('.toast').append(str);$('.toast').fadeIn();}setTimeout(function () {
$('.toast').fadeOut(function () {
$(this).remove();
});
_this = '';
},1000);
}
- 2 回答
- 0 关注
- 774 浏览
添加回答
举报
0/150
提交
取消