sydcanem / bootstrap-contextmenu

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

Added a destroy method which removes the bindings created, this to avoid... #26

Closed NAndreasson closed 11 years ago

NAndreasson commented 11 years ago

... memory issues

The bindings created by a

$('#context').contextmenu();

can easily be removed with

$('#context').contextmenu( 'destroy' );