会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Code_You
新随笔
管理
2021年3月26日
JavaScript DOM contenteditable auto focus
摘要: 使用div模拟textarea时候,div的focus方法容易导致光标错乱,该方法利用getSelection来实现和input的focus方法相同的效果。 const autoFocus = el => { if (window.getSelection) { //ie11 10 9 ff saf
阅读全文
posted @ 2021-03-26 09:35 demo_you
阅读(277)
评论(0)
推荐(0)
编辑
公告