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
自
动
提示!!
明天你还会爱我?
查看全文
相关阅读:
vcruntime140.dll 14.0与PHP版本不兼容,PHP Warning: 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
PHP处理字符中的emoji表情
Thinkphp5 使用unlink删除文件出错Permission denied
TP5多字段排序
TP5 按照汉字的拼音排序
PHP发送微信模版消息
[52ABP系列]
[52ABP系列]
通过微信公众号实现微信快捷登陆
[Jexus系列] 一、安装并运行 Jexus
原文地址:https://www.cnblogs.com/eggbucket/p/2651846.html
最新文章
设备状态监控之观察者模式
MySql 5.7.28 安装注意事项
Python爬取《少年的你》豆瓣短评
C# yield关键字
VS2019 开发Django(十一)------表单
VS2019 开发Django(十)------JavaScript与Django的数据交互
VS2019 开发Django(九)------内置模板和过滤器
01 Redis 初识
Centos 7 安装部署 Docker
VMware Workstation 里搞一个 CentOS7 ,Xshell 连上再说
热门文章
01 Mybatis 整体架构
Mysql 设置允许外部连接
IDEA 启动 Java 项目报错 “Error running 'app':
一、Eureka 的简单使用
01 Linux 文件操作,入门看这一篇就够了
01 IDEA 初次安装时的配置
01 Rabbit MQ 的初步使用
phpunit 报错 ErrorException: Declaration of IlluminateFoundationTestingAssert::assertArraySubset($subset, $array, bool $checkForObjectIdentity = false, string $message = ''):
Composer 安装之后 输入命令一直出现Failed loading D:phpstudyExtensionsphpphp7.0.9ntsextopcache
linux下自动备份数据库shell脚本
Copyright © 2011-2022 走看看