jQueryWTP

来源:互联网 发布:怡合达选型软件下载 编辑:程序博客网 时间:2024/05/22 14:41
导读:
  jQueryis 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 WTPsupport javascript code content assistance,but does not support jQuery.
  jQueryWTP is a tool make Eclipse WTP support jQuery code content assistance.
  
  
  
  Downloadyou can download here.
  Installationsstep1: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 worksjQueryWTP 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

本文转自
http://www.langtags.com/jquerywtp/index.html
原创粉丝点击