我是靠谱客的博主 健忘宝马,最近开发中收集的这篇文章主要介绍开发js或者jquery的工具(spket,jqueryWTP),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

jQueryWTP

jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
Eclipse WTP support javascript code content assistance,but does not support jQuery.
jQueryWTP is a tool make Eclipse WTP support jQuery code content assistance.

Download

you can download here.

Installations

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.

Video

How it works

jQueryWTP add Javascript code content assistant config file's to Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.jar.
here is the config snippet copied from the plugin,which make WTP support document.getElementById
#/---------------------------------------
#!getElementById()
#@type=method
#@iesupport=y
#@nssupport=n
#@ecmasupport=n
#@fc=doneclass

最后

以上就是健忘宝马为你收集整理的开发js或者jquery的工具(spket,jqueryWTP)的全部内容,希望文章能够帮你解决开发js或者jquery的工具(spket,jqueryWTP)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部