soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

Toggle Triggerclass onclick #108

Closed DevidraEX closed 7 years ago

DevidraEX commented 8 years ago

I know there is a "toggleclass" but im pretty new to this and hope I will get some help from you

I've created allready the CSS for ;hover / class.hover, it work fine if I put it manually through the console

Now is the problem, how can I add this to the "click" element so if the dropdown is visible the trigger element get the "hover" class and if not remove?

claviska commented 7 years ago

Sorry for the late response. There's no way to do this through the API. You'd have to tap into the trigger with JavaScript to add/remove the class.