$ is not defined错误类型
<script src='js/jtouch/jquery.js'></script>
<script type="text/javascript">
var config_shopInfor ={
ct: true
}
</script>
<div id="page_shopInfor">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" href="css/shopInfor.css" rel="stylesheet">
<div class="content">
<div class="title">购物信息</div>
<div class="listview">
<a href="myOrders.html"><div class="item">我的订单</div></a>
<a href="myGrade.html"><div class="item">我的积分</div></a>
</div>
</div>
<script></script>
</div>
对于$ is not defined问题 纠结很久
自己在网上搜咯一下 大概是这样的:
首先检查下是否引入了jquery的js,在则检查顺序是否正确,jquery的js必须在所有的js之前,注意是所有的js之前。
比如上面的代码,必须把"<script src='js/jtouch/jquery.js'></script>" 两段js之前。
不然就会报错
随机推荐
- 全球SEO行业调查报告
这是一份来自MOZ的调查报告,本报告是两年一次的SEO行业调查,主要围绕SEO从业人员的特征.工作内容时间分配比例.对未来市场的看法.使用的seo工具以及SEO知识扩充渠道等展开. 这份报告可以对从事 ...
- html5.js
可以让IE8等不支持Html5的浏览器,支持Html5元素,比如<header> <footer> <section>等标签 /* HTML5 Shiv v3.7. ...
- VSS
A deleted file of the same name already exists in this VSS project. Do you want to recover the delet ...
- FormCreate & FormActivate & FormShow执行顺序演示
procedure TForm1.FormCreate(Sender: TObject);begin form1.Caption:=form1.Caption +'+Create'; end; pr ...
- PowerDesigner(一)-PowerDesigner概述(系统分析与建模)(转)
PowerDesigner概述 PowerDesigner是Sybase公司推出的一个集成了企业架构,UML(统一建模语言)和数据库的CASE(计算机辅助软件工程)工具.它不仅可以用于系统设计和开发的 ...
- TJU 4087. box
题目:Tuhao and his two small partners participated in the tournament.But in the end, they lost the cha ...
- HDOJ 3177 Crixalis's Equipment
Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Oth ...
- MariaDB Galera Cluster 部署
原文 http://code.oneapm.com/database/2015/07/02/mariadb-galera-cluster/MariaDB作为Mysql的一个分支,在开源项目中已经广泛 ...
- 分布式数据存储 - MySQL双主复制
上篇文章<分布式数据存储 - MySQL主从复制>,我们说到MySQL主从复制很好的保障了从库,读的高可用性.so,问题来了: 1.针对主库,写的高可用性又是如何做到高可用性? 2.如果需 ...
- Javascript format方法
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <m ...