Home > Web Front-end > JS Tutorial > body text

How to install jQuery plug-in in myeclipse_jquery

WBOY
Release: 2016-05-16 18:08:53
Original
1775 people have browsed it

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:

How to install jQuery plug-in in myeclipse_jquery

4. After restarting myeclipse, create a new js file and enter $(document). The following prompt will be displayed, such as:

How to install jQuery plug-in in myeclipse_jquery

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