Use the Aptana plug-in myeclipse6.0 to add the jquery prompt Function
First, check the current version of eclipse integrated with myeclipse ,,
View path D:/myeclipse 6.0/Eclipse/readme/readme_eclipse.html (my example)
Version: 3.3
Second, install the Aptana plug-in online
Menu Bar help -- find and install -- press new remote site,
Name fill Aptana, URL fill http://update.aptana.com/update/studio/3.2/, until next to finished
Restart myeclipse after installation.
Third: After myeclipse is restarted, you can use js to compile it,
By default, the Aptana plug-in eclipse does not automatically enable the auto-Prompt function of the jquery library. Even if the jquery library is selected during project creation, this library is added to the project, but there is no prompt function. The method to enable the function is:
Windows-> preferences-> Aptana-> editors-> JavaScript-> code assist. Check jquery and click OK.
Finished