I am trying to deselect selected content in HTML
editor.
I have used selection.empty()
function for deselecting content it is working fine up to IE10 but it is not working in IE11. Also the create
function is not working in IE11
Is there any alternative function for this?