I would like to get the current cursor position including html tags. My code : var offset = document.getSelection().focusOffset;. Offset is returning 5 (full ...
確定! 回上一頁