Drupal学习笔记(七)安装Jquery UI 模块

-- SUMMARY --


jQuery UI (http://ui.jquery.com/) is a set of cool widgets and effects that
developers can use to add some pizazz to their modules.


This module is more-or-less a utility module that should simply be required by
other modules that depend on jQuery UI being available. It doesn't do anything
on its own.


For a full description of the module, visit the project page:
  http://drupal.org/project/jquery_ui


To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/jquery_ui




-- REQUIREMENTS --


* The jQuery UI library.




-- INSTALLATION --


* Copy the jquery_ui module directory to your sites/all/modules directory, so it
  is located in sites/all/modules/jquery_ui/.


* Download the jQuery UI 1.6 release from:


    http://code.google.com/p/jquery-ui/downloads/list?q=1.6


* Put the downloaded archive into the directory:


    /sites/all/libraries/jquery.ui-1.6.zip


* Extract the archive.  This will create the following sub-directory:


    /sites/all/libraries/jquery.ui-1.6/


* Rename the sub-directory into "jquery.ui":


    /sites/all/libraries/jquery.ui/


  so the actual jQuery UI JavaScript files are located in:


    /sites/all/libraries/jquery.ui/ui/*.js


* Enable the module at Administer >> Site building >> Modules.I

你可能感兴趣的:(Drupal学习笔记(七)安装Jquery UI 模块)