在eclipse中引入jquery.js文件报错的解决方案

Posted 寒潭渡鹤影

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在eclipse中引入jquery.js文件报错的解决方案相关的知识,希望对你有一定的参考价值。

从官方下载的jquery.js在myeclipse始终用个大大的红叉,看着很不爽,如何解决呢:jquery.js在myeclipse中报错:jquery.js -> 鼠标右键 -> MyEclipse -> manage validation -> 左面点击 -> Excluded resources -> 找到jquery.js -> 打上钩 -> apply
---------------------
作者:lgp88864237
来源:CSDN
原文:https://blog.csdn.net/LGP88864237/article/details/51720237

Eclipse中Jquery报错

 

在网上看到很多 jQuery-xxx.js 在eclipse中报错的解决方案大多是说 项目右键 Properties->Validation->JSP Content Validator 这项的右边点击 ... 按钮,然后点 Add Exclude Group->在 Exclude Group 点 Add Rule->Folder or file name 然后选到 jquery-xxxx.js 文件。 我试过了,还是报错报红。 后来发现还有一个方法更有效,原文如下

 

I have found that I can leave the javascript Validator enable and ignore specific files by adding a suitable exclusion pattern e.g. **/jquery*.js to the JavaScript/Include Path/Source/Excluded group (Project->Properties->JavaScript->Include Path->Source). 

I found that I also needed to manually delete the old problem markers.

摘自https://bugs.eclipse.org/bugs/show_bug.cgi?id=349020#c15

 

 翻译过来就是 

项目右键 Properties->JavaScript->Include Path->Source 

然后点选你项目名称下得 webapp 里面的 Exclude:(None)再点 Edit

 

把在Exclude 里面点 add  把  **/jquery*.js 规则添加进去

 

保存后就好

 

然后把JQuery-xxx.js里面剪切保存一下,让错误消掉,然后再粘贴回去,保存 。

转载自:https://www.cnblogs.com/hxsyl/p/6139368.html

 

以上是关于在eclipse中引入jquery.js文件报错的解决方案的主要内容,如果未能解决你的问题,请参考以下文章

eclipse里index.jsp头部报错的原因和解决方法

Eclipse项目中加入jquery.js文件报错(missing semicolon)问题

JS 调试中常见的报错的解决办法

eclipse导入他人的项目报错,无法使用,如何解决?

vue 引入js文件中的方法,在html中使用报错的问题

渲染进程中使用require报错的问题