jQuery错误解析
1. 标签位置错误
报错:Uncaught TypeError: Cannot set property 'mobile' of undefined
解决办法一:JQuery.Mobile 1.3.1 必须使用JQuery1.8.3或更高版本。
解决办法二:必须要先加载jQuery后再加载jQuery Mobile
2. 资源路径错误
报错:Failed to load resource: the server responded with a status of 404 (Not Found)
解决方法一:通过正确路径加载资源
3. css文件错误
报错:Refused to apply style from ‘http://localhost:8080/iconfont.css‘ because its MIME type (‘text/html‘)
解决方法一:查看css文件内容并加载正确的css文件路径