光标操作的相关差异
1.docuement.selection只支持IE
?
2.window.getSelection 支持ff/chrome/opera
?
3.无光标的时候 ff和opera的 element.selectionStart返回的是element.value.length
?
?? chrome返回的是0
发布时间: 2012-08-29 08:40:14 作者: rapoo
光标操作的相关差异
1.docuement.selection只支持IE
?
2.window.getSelection 支持ff/chrome/opera
?
3.无光标的时候 ff和opera的 element.selectionStart返回的是element.value.length
?
?? chrome返回的是0