Active
Project:
Menu Minipanels
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2012 at 14:01 UTC
Updated:
8 Dec 2012 at 11:39 UTC
I currently have a menu mini panel with 4 columns. I have the last 3 hidden with jQuery, and I want the three columns to become visible when an anchor tag in the 1st column (pane 1) is hovered over. However jQuery doesn't seem to interact with the list item I have in pane 1. I've added a class to the list items using the .each function (works correctly), but it will not interact with the list item in pane 1 using jQuery's .hover() function. I can't even add a class to the list item on hover, it just does nothing.
I've tried using Drupal.behaviors and it still does not work. jQuery is functioning properly all throughout the site, so it's not a misconfiguration. Any ideas?
Comments
Comment #1
finex commentedMenu minipanels recreate the HTML markup for displaying the menu, this operation remove the javascript bindings, I'm trying to solve this bug...
Comment #2
finex commentedMenu minipanels recreate the HTML markup for displaying the menu, this operation remove the javascript bindings, I'm trying to solve this bug...
Comment #3
finex commentedAnyway this is a dup of #1441214: jQuery Caption doesn't work
Comment #4
finex commentedP.S: a working solution is to disable the callback JS and create a custom callback JS :-)
Comment #5
damienmckennaLets leave this one open.