<div style="user-select: none; -ms-user-select: none; color: red;"> Shouldnot be able to select this text <div id="selectIt" style="user-select: auto; -ms-user-select
在这里,我试图实现用户只能在元素中选择文本的地方,例如:textfield或textarea,如果textfield中有文本,那么它只允许选择textfield区域内的文本,它不会选择外部文本。在div标记的情况下,我们如何做到这一点?任何帮助都将不胜感激。 <div id="one"> some content will be here... </div>
<div id="two"> text should be select from this div only.. </di