Home  >  Article  >  Web Front-end  >  What to do if jquery file reports errors

What to do if jquery file reports errors

coldplay.xixi
coldplay.xixiOriginal
2020-11-18 15:59:182643browse

The solution to jquery file error: first click on the folder [Window→Preferences→JavaScript→Validator→Errors/Warnings]; then deselect the status; finally find the project's [.project] file deletion code.

What to do if jquery file reports errors

The operating environment of this tutorial: windows10 system, jquery2.2.4, this article is applicable to all brands of computers.

Solution to jquery file error:

1. Click Window→Preferences→JavaScript→Validator→Errors/Warnings and cancel the selection status

What to do if jquery file reports errors

2. Find the .project file of the project and delete the following code

<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
</arguments>
</buildCommand>

Related free learning recommendations: JavaScript (video)

The above is the detailed content of What to do if jquery file reports errors. For more information, please follow other related articles on the PHP Chinese website!

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