Home > Article > Web Front-end > What to do if jquery file reports errors
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.
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
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!