I have installed drupal 6.9 onto my new dev environment, but one of the problems I have come across is that the jquery doesn't seem to be working on the site. What it does is it opens the dropdown list, but doesn't show it's contents, if one is already opened and I have collapsed it, when I re-expand it, the content wont display again. This is a fresh install, with a few modules added, and I have only just noticed the problem, any ideas as to what may cause it, or is this a common thing with drupal 6, and just needs tobe setup properly?

Thankyou for your help,
Dan

Comments

retrodans’s picture

Sorted kinda, had to do with devel theme module, so just disabled this.

robshambaugh’s picture

Disabling the devel theme developer fixed it for me also. I was having the same problem with the div's not expanding in admin nodes... running Drupal 6.7.

Thanks for the heads up retrodans. I was getting pretty frustrated.

moshe, the devel module developer, commented on the issue here: http://drupal.org/node/369261

The bottom line... Theme developer does all kinds of quirky (but useful) thing to your code, so only enable it when you really need to use it. It only takes one click to disable, and another to enable again. Works for me...

cgapperi’s picture

Turning off devel mod solved the problem for me.

(6.10)

C