Hi, I'm using the Table Hover and Table Drag and Drop plugin, I want to enable the Table Hover when an element is clicked. Easy enough: $ ("#table").tableDnD(); placed inside the onlcik event of the element I want to activate the plugin.
I also want to unbind the table hover plugin while the drag and drop plugin is active. But how do I remove this plugin once the order has been saved? I read on here that plugins should provide methods to remove them but I don't believe this one does. There must be an easy way to do this I just can't find it! Thanks Simon