jQuery之resize()

当浏览器window的尺寸改变时,resize事件将被绑定到window元素:

$(window).resize(fucntion(){

    alert("~~~~~");

});

 

相关文章: