flipbit/jquery-image-annotate

Any destroy function on annotate?

yangboz opened this issue · 2 comments

Any destroy function on annotate? for the kind of annotate on/off trigger switch.

I'd be interested in this too.

I did this with 2 lines of code:

// remove elements added by the script
$('.image-annotate-add, .image-annotate-canvas').remove();
// make image visible again
$('img').show();