$(window).resize(function() {
var win_width = $(window).width();
var win_height = $(window).height();
console.log(win_width);
console.log(win_height);
});
$(window).resize(function() {
var win_width = $(window).width();
var win_height = $(window).height();
console.log(win_width);
console.log(win_height);
});
方法一:$(function(){ // Bind the resize event. When any test element's size cha
结束事件时jQuery捕获窗口的大小调整
js方法 jquery方法
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M