settimeout传参数的问题
window.setTimeout("removediv()",2000);可以用来调用函数,或是直接写代码function removediv(){alert('in');$(".masks2").fadeIn(1000);}