且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 Eclipse Juno Java EE 的 jQuery 自动完成

更新时间:2023-12-04 11:05:28

我在 Juno 中获得了 jQuery 代码补全.只需按照以下步骤操作:

I got the jQuery code completion in Juno. Just follow the following steps:

1) 安装 JSDT jQuery 集成插件

2) 转到项目资源管理器--> JavaScript 资源

2) Go to Project Explorer--> JavaScript Resources

3) 右键单击​​它并转到属性.

3) Right click on it and go to properties.

4) 选择添加 JavaScript 库"

4) Select "Add JavaScript library"

5) 选择jQuery 库"

5) Select "jQuery Library"

6) 您将获得如下代码补全

6) You will get code completion as follows

享受.