$('.description').summernote({ callbacks: { onKeyup: function(e) { setTimeout(function(){ $("#result").html($('.description').val()); },200); } } });