zoukankan
html css js c++ java
Eclipse jQuery plugin spket
Eclipse jQuery plug-in(自动补全)
4
人收藏此文章,
我要收藏
发表于1年前(2011-08-09 11:30) , 已有
660
次阅读 共
0
个评论
1
,
Eclipse
安装
spket
插件。(
两种方式):
在
线
安装:
Help->Install New Software...->Add...->Name: "Spket", Location:
http://www.spket.com/update/
下
载
完
毕
重启
Eclipse
。
手
动
安装:到
http://www.spket.com/download.html
下
载
Plugin
版本,当前版本
为
1.6.17
。下
载
解
压
后直接放置于
Eclipse
的
dropins
目
录
下,重启
Eclipse
。
2
,下
载
jQuery
文件,(要下
载
开
发
版本)。
3
,
设
置
spket
。
Window -> Preferences -> Spket -> JavaScript Profiles -> New
;
输
入“
jQuery ”
点
击
OK
;
选择
“
jQuery ”
并点
击
“
Add Library”
然后在下拉条中
选
取“
jQuery ”
;
选择
“jQuery ”
并点
击
“
Add File”
,然后
选
中你下
载
的
jQuery .js
文件;
设
成
Default;
4,
设
置
js
打开方式。
Window -> Preferences ->General-> Editors-> File Associations->
选择
*.js
将
Spket JavaScript Editor
设为
Default
。
5
,新建一个
js
文件,
jQuery
自
动
提示!!
明天你还会爱我?
查看全文
相关阅读:
【LeetCode】206. Reverse Linked List
【LeetCode】160. Intersection of Two Linked Lists
【LeetCode】190. Reverse Bits
【LeetCode】165. Compare Version Numbers
继续深入《一张神奇的图》
Base64编码简介
证明任意两个正整数相等(伪命题)
DEADBEEF
汉诺塔问题
字符编码(2)-- 程序中的编码
原文地址:https://www.cnblogs.com/eggbucket/p/2651846.html
最新文章
Maven项目启动报错:org.springframework.web.filter.CharacterEncodingFilter cannot be cast to javax.servlet.Filter
maven编译项目报错,提示找不到符号或程序包XXX不存在
maven项目报错xxx cannot be resolved to a type
Oracle误删除数据恢复
MyBatis源码分析(2)—— Plugin原理
MyBatis源码分析(1)——整体依赖关系图
Oracle 图形化以及命令行安装
JDK Collection 源码分析(2)—— List
JDK Collection 源码分析(1)—— Collection
多线程下队列的优化
热门文章
epoll ET模式陷阱分析
浅谈ARP协议以及应用
Redis主-从部署实践
TCP/IP协议详解 卷1—读书笔记(1)
【LeetCode】89. Gray Code
【LeetCode】309. Best Time to Buy and Sell Stock with Cooldown
【LeetCode】96. Unique Binary Search Trees
【LeetCode】105 & 106. Construct Binary Tree from Inorder and Postorder Traversal
【LeetCode】223. Rectangle Area
【LeetCode】172. Factorial Trailing Zeroes
Copyright © 2011-2022 走看看