lcdsantos / jQuery-Selectric

jQuery plugin for easy manipulation and customization of HTML selects
http://selectric.js.org/
MIT License
727 stars 157 forks source link

trigger with onhover #2

Closed arjunmenon closed 10 years ago

arjunmenon commented 10 years ago

hey is it possible to trigger the dropdown with onHover?

lcdsantos commented 10 years ago

Done!

Usage:

$('select').selectric({
  openOnHover: true
});

100d1be839404bf89f7cf48a3c3dd01cff727d51

arjunmenon commented 10 years ago

great! thnx