Amos Lee
Results
4
comments of
Amos Lee
> I've tried to register the shortcut and it worked, but I am not sure about this, as it breaks the current behavior (of app other than Stretchly): > >...
同遇到这个问题。
Add a “open” class to bootstrap`s “dropdown” in index page.
Use this code: ``` javascript $('.dropdown').hover(function(){ $('.dropdown-toggle', this).trigger('click'); }); ```