I like to know how to clear the Summernote. Here is a link to bootstrap Summernote
I try using
$('#MyForm').delay(1000).resetForm(1000);
And
$('#MyForm').trigger("reset");
Also i tried
$('#SummernoteTxt').val('');
1st two codes rest the whole form correctly but doesn't seems to clear the Summernote editor. Can anyone point me how to do this.