Possible Duplicate:
Is it possible to integrate Jquery with Eclipse?
Found WTP does not support jQuery by default. Any other plugin exists supporting jQuery?
Possible Duplicate:
Is it possible to integrate Jquery with Eclipse?
Found WTP does not support jQuery by default. Any other plugin exists supporting jQuery?
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.