how to install jQuery profile on eclipse using Spket

来源:互联网 发布:网络黄金egd是真的吗 编辑:程序博客网 时间:2024/06/05 17:42

http://www.spket.com/jquery.html

Create jQuery profile

  1. Select the menu item Window > Preferences... to open the workbench preferences.
  2. Select the Spket > JavaScript Profile preference page to display the installed JavaScript Profiles.
  3. Click the New.. button. In the Name field, typejQuery as the name for the new profile. Then click OK.
  4. Click the Add Library button. From the Library drop-down list, selectjQuery. Then click OK.
  5. Click the Add File button, choose jquery.js download fromjquery.com(uncompressed or the one has docs is recommend)
  6. Choose the jQuery profile created in step 3, click theDefault button make it the default profile for all project. The default profile can also be configured per project by usingConfigure Project Specific Settings... link.
  7. Click on OK to save the preferences.

Start coding

Just create a new js file, type $('a')., code assist displays a list of jQuery properties and functions. You can easily find the declaration of these properties and functions viaF3 or Ctrl + Click combination.

Flash Demo

A flash demo show you how to using ExtJS/jQuery/YUI in Spket IDE


原创粉丝点击