Home > Article > Web Front-end > How to install jQuery plug-in in myeclipse_jquery
1. Download the spket-1.6.12.zip compressed file from the Internet. After decompression, you will see that there are two folders, features and plugins, in the eclipse directory
2. Copy and paste the files in the features and plugins folders into the D:myeclipse6.5myeclipseeclipse directory (note that features and plugins must correspond clearly) , Then restart myeclipse
3. After restarting myeclipse, open window -> preference -> spket -> javascript profiles -> new -> jQuery -> Add Library (select jQuery) -> Add File ->Check
The path where jquery1.2.6.js is located -> Select jQuery->Default-> Restart myeclipse (download the uncompressed version of jquery.js from the website), and configure it as shown below:
4. After restarting myeclipse, create a new js file and enter $(document). The following prompt will be displayed, such as: