It could be useful to some to target the dropdown by adding a contextmenu class to $contextMenu.addClass('dropdown clearfix');
Something like $contextMenu.addClass('contextmenu dropdown clearfix');
That way a designer can apply styles to the context menu without affecting other bootstrap dropdowns. Thanks for the the great plugin.