安装:
step1:download jqueryWTP_version.jar
step2:find you Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.jar,backup the plugin.
step3:double click the jar file or run with command java -jar jqueryWTP.version.jar
step4:on the opened swing UI,choose org.eclipse.wst.javascript.ui_xxxxxxx.jar,and output dir.
step5:click generate button.
step6:replace old org.eclipse.wst.javascript.ui_xxxxxxx.jar file with the generated file.
step7:restart eclipse.
step8:open a html file,edit js content.
第一步: 下载jqueryWTP_version.jar 这个文件,下载地址为http://sourceforge.net/project/showfiles.php?group_id=202840&package_id=241633&release_id=631407
我下载好了,见附件
第二步: 查找您机器上的Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.jar, 先备份好了原来的,可能有两个,那就留下那个最近的,老的直接备份好删除了.
第三步: 双击你下载的jqueryWTP_version.jar 文件或者在命令行运行java -jar jqueryWTP.version.jar
选 择要修改jar 文件( 我这里的是D:/Program Files/MyEclipse 6.5/myeclipse/eclipse/plugins/org.eclipse.wst.javascript.ui_1.0.103.zmyeclipse660200810.jar)
/ 选择输出路径( output dir).
第四步: 点击generate 按钮.
第五步: 用生成后的文件替换org.eclipse.wst.javascript.ui_xxxxxxx.jar 文件
第六步: 重启eclipse.
第七步: 打开一个文件, 编辑Js 文本,你会发现支持jQuery 了。