-1

all I am integrating a jQuery vertical accordion menu to be more specific THIS ONE HERE

As you can see this nice easing menu is set to be hover or onclick function. What im trying to achieve here to use the combination of two: specifically i want the first and second child to open with onclick function and the third one with a hover.. i tried different techniques non of them seems to work so far, im pretty new in jQuery.. any ideas?

Thanks in advance

AnryStorm
  • 23
  • 1
  • 13

2 Answers2

0

In the third one, instead of keeping it part of the main accordion, add a second version of the accordion with its own settings

Graham Morley
  • 450
  • 1
  • 9
  • 20
0

Default functionality doesn't support this behavior. For more info take a look here http://jqueryui.com/demos/accordion/

Anton Baksheiev
  • 2,211
  • 2
  • 14
  • 15