时刻获取浏览器宽度

$(function(){
$(window).resize(Nchwid);
function Nchwid()
{
var wid=document.documentElement.clientWidth;
console.log(wid);
}
})
posted @ 2015-01-26 13:50  nc_blog  阅读(150)  评论(0编辑  收藏  举报