为什么 jquery 中 $(window).height()和$(window).width()获取的高度一直是0
2个回答
展开全部
window是浏览器窗口
追问
是啊, 但我浏览器是打开的, 但还是都是零
要怎么才样才能读取到呢?
追答
$("div[id=test] > p[id =three]").text($(window).height()+"px");
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
哪个浏览器?代码贴出来看看···或者改成$(document).width()
追问
$(function(){
$("div[id=test] > p[id =three]").append("="+$(window).height()+"px");
$("div[id=width] > p[id =three]").append("="+$(window).width()+"px");
});
window的高度
window的高度
追答
无标题文档
$(document).ready(function(){
alert($(window).height());
});
没问题啊···刚刚测试过··
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询