Active
Project:
Jquery Dropdown
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2012 at 16:29 UTC
Updated:
16 Feb 2012 at 16:29 UTC
The code falls over when implemented in a select within an Ajax enabled view, or indeed probably any Ajax enabled element. This is all due to the initialiser for the JS
Change the Document.ready to something like this: Drupal.behaviors.loadJqueryDropdown = function(context) {
Then when Ajax elements called Drupal.AttachBehaviors it will actually LOAD THE JS again, instead of just dropping it like a dead pigeon..
Cheers
Chris