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, type jQuery as the name for the new profile. Then click OK.
  4. Click the Add Library button. From the Library drop-down list, select jQuery. Then click OK.
  5. Click the Add File button, choose jquery.js download from jquery.com(uncompressed or the one has docs is recommend)
  6. Choose the jQuery profile created in step 3, click the Default button make it the default profile for all project. The default profile can also be configured per project by using Configure 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 via F3 or Ctrl + Click combination.

Flash Demo

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