But I am having trouble getting this module installed. So far I have Jquery update installed, and jquery_ui in /sites/all/modules/jquery_ui/.

which copy of jquery ui am I supposed to be using? The only thing that looks like full on the d/l page is the dev bundle, extracted to /sites/all/modules/jquery_ui/jquery.ui/ and I get jquery missing. I looked at the installer and it looks like it is just looking for js files in /sites/all/modules/jquery_ui/jquery.ui/ so I put the everything in the source *.js directly in jquery.ui still wont install... I also tried the build your own jquery ui download no luck there either.

little help?

thanks

Comments

willvincent’s picture

I'm am having the same issue.

Mark Theunissen’s picture

I just figured this out now. You need to have the following file:

sites/all/modules/jquery_ui/jquery.ui/jquery.ui-all-1.2.6.js

I had to rename the file jquery-1.2.6.js to jquery.ui-all-1.2.6.js to get it to work.

Not sure if this causes any problems down the line, obviously this latest release of jQuery UI incorporated the file name change.

Mark Theunissen’s picture

Category: support » bug
Mark Theunissen’s picture

Actually, it's more complicated than just my trick above.

You need to copy the contents of the sites/all/modules/jquery_ui/jquery.ui/ui directory into it's parent (i.e. the jquery.ui dir).

Then, the module also looks for the wrong filenames - it's trying to find files in the directory minified-javascript but now the directory is just called minified.

joshargh’s picture

well I followed Mark's instructions and the module installed just fine. I suspected the .ui-all-* filename thing after looking at the installer but I have never really looked at php before so wasnt sure if I was right.

thanks

webchick’s picture

Title: maybe but I am slow... » Doesn't work with jQuery UI RC 1
Priority: Normal » Critical

#266292: Doesn't work with jQuery UI RC 1 was there first, but I've marked that one a duplicate since there is more information here.

webchick’s picture

Title: Doesn't work with jQuery UI RC 1 » Doesn't work with jQuery UI 1.5 final release
Status: Active » Needs review
StatusFileSize
new4.3 KB

Ok, let's try this on for size.

webchick’s picture

Erm.

webchick’s picture

Status: Needs review » Fixed

Ok, I committed above, and am rolling a dev release which should show up within the next 10-12 hours. Would appreciate some reviews so that I can roll a new official release of this module on Monday.

webchick’s picture

Status: Fixed » Patch (to be ported)

Needs to be back-ported to D5.

webchick’s picture

Version: 6.x-1.1 » 5.x-1.x-dev
aaron’s picture

It appears that with jQuery UI version 1.5, you'll also need to install jQuery Update v2.

summit’s picture

Please backport also to drupal 5 (see: http://drupal.org/node/275744).
Thanks in advance!

greetings,
Martijn

sun’s picture

Status: Patch (to be ported) » Fixed

Partially committed that patch to 5.x.

People upgrading from previous jQuery UI *JavaScript* versions need to download the stable release of jQuery UI from http://ui.jquery.com.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.