Needs review
Project:
jQuery UI
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 18:13 UTC
Updated:
2 Sep 2011 at 18:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
eporama commentedHere's my first crack at the readme txt.
-- LIBRARIES API --
The jQuery UI module is now able to utilize the Libraries API module
http://drupal.org/project/libraries which allows you to specify alternate
locations for external libraries such as the jquery.ui library. By default, the
module will search for the jquery.ui directory in the jquery_ui module directory
and in /sites/all/libraries, however when the Libraries API module is enabled,
it will also allow you to place the library in other locations such as multisite
directories: /sites/<domain.name>/libraries
For more information, see: http://drupal.org/node/489140