danielstocks / jQuery-Collapse

A lightweight (~1kb) jQuery plugin that enables expanding and collapsing content
http://webcloud.se/jQuery-Collapse/
MIT License
679 stars 153 forks source link

Hover as trigger event instead of click? #94

Closed srikat closed 7 years ago

srikat commented 7 years ago

Hello,

Is it possible to replace the click trigger with hover when using jQuery Collapse?

Thanks for any inputs.

danielstocks commented 7 years ago

Hello Sridhar,

This behaviour is not supported (and wont be) but you could always download and edit the src/jquery.collapse.js and implement it by yourself.