Viewing 1 replies (of 1 total)
  • You can do that, changing line 51 in collapsFunctions.js:

    jQuery('#' + id + ' span.collapse').live('click', function() {
    
    to
    
    jQuery('#' + id + ' span.collapse').live('hover', function() {

    but I found that a bit annoying.

Viewing 1 replies (of 1 total)
  • The topic ‘Expand on mouse over instead of click’ is closed to new replies.