Home  >  Article  >  Backend Development  >  PHP juqery网页中一直提示缺少message对象解决思路

PHP juqery网页中一直提示缺少message对象解决思路

WBOY
WBOYOriginal
2016-06-13 13:46:23785browse

PHP juqery网页中一直提示缺少message对象







<script><br />window.onerror=function(){return false;}<br /><br /></script>

标题






经常报错缺少message对象




------解决方案--------------------
1:看一下你的js引用路径是否正确
2:路径没有问题,换个完整版本的jquery试试。这种精简版的总有各种问题。
------解决方案--------------------
var $title=$('input[name="title"]').val();
alert($title);
这地方出问题了!

这是加载jquery文件 ,所以你的js变量就不能用$符号啊!应该是这样的,你测试下呢 
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn