Search code examples
jquerysummernote

Summernote editable area issue


how to separate Summernote toolbar from Summernote Editable area using JQuery. Like Summernote toolbar will be in nav-bar and it's editable area will be below my website header. enter image description here


Solution

  • Do like this

    $(".note-toolbar-wrapper").appendTo($("selector-of-new-element"));