Having problems getting this working in Drupal
I freely admit I am complete noob to JQuery and lesser noob to Drupal
now :)
So here is what I have:
Drupal Modules: jQuery_ui and jQuery_update downloaded from Drupal
modules site.
Came here and whipped up a custom Theme to try out and did full
download. As per the REAME.tx...
1. Copy the jquery_ui module directory to your sites/SITENAME/modules
directory.......SUCESSFUL
2. Download the "Development bundle" of jQuery UI from
http://ui.jquery.com/download....SUCCESSFUL
3. Extract it as a sub-directory called 'jquery.ui' in the jquery_ui
folder:....SUCCESSFUL
/sites/all/modules/jquery_ui/jquery.ui/
4. Enable the module (jQuery UI) at Administer >> Site building >>
Modules.....NOT SUCCESSFUL, when I try an enable, I get this message:
"Missing jQuery UI plug-in. Please download the jQuery UI development
bundle and extract it to your jquery_ui module directory. See
README.txt for more info. (Currently using jQuery UI Not found)"
OKAY, so here is what is in my jquery_ui module:
jquery.ui folder
CHANGELOG.txt
index.html
jquery_ui.info
jquery_ui.install
jquery_ui.module
LICENSE.txt
README.txt
Now go inside jquery.ui folder (this is the customized theme and
download from the site):
css folder
development-bundle folder
js folder
index.html
I cop to user error, no problem. So exactly what am I putting
where...incorrectly?
Peace out...