2

Possible Duplicate:
Is it possible to integrate Jquery with Eclipse?

Found WTP does not support jQuery by default. Any other plugin exists supporting jQuery?

Community
  • 1
  • 1
user705414
  • 20,472
  • 39
  • 112
  • 155

3 Answers3

6

You can add jquery to any html project you open in eclipse by adding this line to your html

<script src="http://code.jquery.com/jquery-latest.js"></script>

You can also integrate jquery with autocompletion to your Eclipse installation with jQueryWTP.

http://www.langtags.com/jquerywtp/

http://javascriptly.com/2008/10/jquery-eclipse-wtp/

dev4life
  • 1,150
  • 10
  • 13
0

This plugin has just been released a few days ago :

http://www.langtags.com/jquerywtp/

Tristan
  • 8,733
  • 7
  • 48
  • 96
0

You can use Aptana, it can be installed as a plugin in Eclipse. Take a look here for jquery support

Nicola Peluchetti
  • 76,206
  • 31
  • 145
  • 192