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

What to do if jquery file reports errors

coldplay.xixi
Release: 2020-11-30 14:11:49
Original
2696 people have browsed it

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>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template