HI,

am using this aqua-slate theme, i install and enable the 'jquery-dropdown' module and write some following jquery code in my custom js file

Drupal.behaviors.themeAttachJQDropDown = function(context) {
$(‘select’).each(function () {
$(this).addClass(‘jquery-dropdown jquery-dropdown-jump’);
});
}

the functionality is not working, not only this my jquery is also not working in another case. jquery code is file, it works in garland theme. but not here?

plz help me....

Comments

sheena_d’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

There is nothing about the Acquia Slate theme alone that should cause your custom JS to not work. We will need more details in order to troubleshoot and test this issue.

Are there any javascript errors being thrown on the site? What are they?
Do you have JS compression enabled? Does the issue persist through toggling that option?
Do you have skinr enabled? What version?
Do you have any other javascript-related modules enabled (jQuery UI, jQuery update, etc.)? Have you tried disabling them to see if it resolves the issue?
Try testing the custom javascript in a plain copy of Fusion Starter. Does the issue persist?
Try testing the custom javascript in another theme that uses its own javascript (not Garland). Does the issue persist?

A link to the site where this issue is occurring would also be very helpful.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)