English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Perfect Solution for Error Reporting When Introducing Jquery Plugin in Web Project (Illustrated)

When learning Jquery plugins, one problem encountered is that when a new web project is created and the Jquery plugin is introduced under WebRoot, an error occurs. I don't know why I am so worried, but the project can run normally. Later, I found the solution and shared it with everyone here.

The solution is as follows:

1Find it in the MyEclipse software-----windows----Preferences, and a window as shown in the figure below will appear:

2Enter a validation in the search box----Click on the validation node, uncheck the validation for the JavaScript script, then click Apply and keep clicking Yes.

3After completing the above steps, right-click on the web project you have built and select Properties----Builders, just uncheck the JavaScript Validator.

The perfect solution to the error reported when introducing Jquery plugin in a web project is introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave a message, and the editor will reply to everyone in time. I also want to express my sincere gratitude to everyone for their support of the Yell Tutorial website!

Declaration: The content of this article is from the Internet, the copyright belongs to the original author. The content is contributed and uploaded by Internet users spontaneously. This website does not own the copyright, has not been manually edited, and does not assume any relevant legal liability. If you find any content suspected of copyright infringement, please send an email to: notice#w3Please report via email to codebox.com (replace # with @ when sending an email) and provide relevant evidence. Once verified, this site will immediately delete the infringing content.

You May Also Like