JavaScript jQuery - Resize事件上的窗口

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript jQuery - Resize事件上的窗口相关的知识,希望对你有一定的参考价值。

function doSomething() {
    alert("I'm done resizing for the moment");
};

var resizeTimer = null;
$(window).bind('resize', function() {
    if (resizeTimer) clearTimeout(resizeTimer);
    resizeTimer = setTimeout(doSomething, 100);
});

以上是关于JavaScript jQuery - Resize事件上的窗口的主要内容,如果未能解决你的问题,请参考以下文章

jquery.layout框架分割线

jQuery手机发送验证码倒计时代码

代码: html 页面小效果 (集合,待补充)

jeecms v8 网站访问量配置

使用 Ajax 的 jQuery 中的错误

ajax jquery 简单获取请求