How to cancel events after bootstrap-colorpicker is hidden

bootstrap-colorpicker Hidden how to cancel the changeColor event after hiding

Css
Mar.10,2021

if you have to remove it, you can try it:

$('-sharpcolorPicker').colorpicker().off('changeColor');

refer to event-off .

I hope I can help you.

Menu