soundasleep / jquery-dropdown

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

Cancel the event for select content if needed. #9

Closed straydogstudio closed 11 years ago

straydogstudio commented 11 years ago

Nice plugin.

If you bind it to a row, clicking anything within that row shows the dropdown regardless. This fork has a slight modification to check if the event trigger has the class 'dropdown-ignore'. If it does, showMenu simply returns and lets the event proceed. Small description added to the README too.

Not terribly useful. But it might be.