Open a Spry accordion panel by "onmouseover" instead of "onClick"?
I added a spry accordion, but the panels only open if the user clicks on it. Is it p开发者_如何学JAVAossible to open a panel by mouseover? And if so how?
If you go here, they show you how to do this using buttons, but the methods only include:
1)OpenFirstPanel() 2)OpenNextPanel() 3)OpenPreviousPanel()
Is there maybe a method I'm missing?
I happened to stumble across the solution. It was actually very simple. Hope this helps someone.
精彩评论