javascript报错, $ is not defined
<html><head><metahttp-equiv="Content-Type"content="text/html;charset=UTF-8"><basehref...
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href="<%=basePath%>"/><title>客户关系管理系统</title><link rel="stylesheet" type="text/css" href="jquery-easyui-1.5.2/themes/gray/easyui.css" /><link rel="stylesheet" type="text/css" href="jquery-easyui-1.5.2/themes/icon.css" /><script type="text/javascript" src="jquery-easyui-1.5.2/jquery.min.js"></script><script type="text/javascript" src="jquery-easyui-1.5.2/jquery.easyui.min.js"></script><script type="text/javascript" src="jquery-easyui-1.5.2/locale/easyui-lang-zh_CN.js"></script>
急求,各位大牛帮帮忙啦 展开
急求,各位大牛帮帮忙啦 展开
展开全部
device这个对象还没有 定义如果你要获取当前浏览器的宽度和高度请参考网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.offsetHeight (包括边线的高)网页正文全文宽: document.body.scrollWidth网页正文全文高: document.body.scrollHeight网页被卷去的高: document.body.scrollTop网页被卷去的左: document.body.scrollLeft网页正文部分上: window.screenTop网页正文部分左: window.screenLeft屏幕物理分辨率的高: window.screen.height屏幕物理分辨率的宽: window.screen.width屏幕可用工作区高度: window.screen.availHeight屏幕可用工作区宽度: window.screen.availWidth屏幕缩放因子:window.devicePixelRatio屏幕逻辑分辨率:window.screen.width * window.devicePixelRatio (缩放因子与物理分辨率的乘积)
展开全部
$是jQuery的缩写,报错的意思是jQuery未定义。这种情况大多是因为加载的顺序问题,在jQuery还未加载的时候,其它地方就是用了jQuery($)导致。
这种问题在线上常常遇到,推荐使用线上bug监控服务Fundebug做24小时实时监控。
这种问题在线上常常遇到,推荐使用线上bug监控服务Fundebug做24小时实时监控。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
jquery未能正确加载,查看你的JQuery的路径对不对
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询