标签: javascript selection
我使用contenteditable div来编辑html内容,出于某种目的,我需要让所有节点都处于选定范围内(window.getSelection())。我不知道从哪里开始。
contenteditable
window.getSelection()
有什么想法吗?
修改:
我找到了解决方案。
JS: Get array of all selected nodes in contentEditable div