sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

Add "after" callback function to plugin #50

Closed david-nguyen closed 10 years ago

david-nguyen commented 10 years ago

Added an after callback function to the plugin, an if check was added to the context click so that it doesn't fire everytime.

sydcanem commented 10 years ago

There is now an 'hide.bs.context' and 'hidden.bs.context' events to listen to on the menu. Check if that suits your need.