I have a where I define by a WYSIWYG some elements. For example ,, etc. I would l
where I define by a WYSIWYG some elements. For example ,, etc. I would l
Old post but none of the solutions worked for me. I figured it out eventually though:
var div = document.getElementById('contenteditablediv'); setTimeout(function() { div.focus(); }, 0);