soundasleep / jquery-dropdown

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

Passing variable for dynamic link in dropdown #87

Closed tobasar closed 7 years ago

tobasar commented 9 years ago

First for all, thank you for your great work :)

Can I make the link in dropdown dynamic?

I tried play with on 'show' event, but found no luck :(. How to know the calling element's id?

claviska commented 7 years ago

The show event is called after the menu is shown. A future version should have show and shown that you can tap into to do things like this.