Has anyone gotten the Quicktabs module to work on mouseover/hover instead of click?
There was a patch for version 6.x-2 that does not work with the current version.
2 | ||||
add comment |
1 | I ended up making a couple of edits to quicktabs.js. At its most basic, in line 24 I changed 'click' to 'mouseenter' and changed the name of the When the user clicked the link in the tab, though, the page refreshed; I added the following at line 25 (below the new call to quicktabsHover):
I also added a new function:
| ||||||||||||||||
|
来自 http://drupal.stackexchange.com/questions/18984/mouseover-instead-of-click