I have setup a div for the summernote to alter text pulled from a database.
$('textarea').summernote({ callbacks: { onChange: function(contents, $editable) { console.log('onChange:', contents, $editable); } } })