首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

光标操作的相干差异

2012-08-29 
光标操作的相关差异1.docuement.selection只支持IE?2.window.getSelection 支持ff/chrome/opera?3.无光标

光标操作的相关差异

1.docuement.selection只支持IE

?

2.window.getSelection 支持ff/chrome/opera

?

3.无光标的时候 ff和opera的 element.selectionStart返回的是element.value.length

?

?? chrome返回的是0

热点排行