安蝶

前端学习ing

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年7月15日

摘要: 选中文字,文字背景是蓝色当前点击的元素:var e = e || event;var tag = e.target || e.srcElement;选中文字:window.getSelection().selectAllChildren(tag);取消选中的效果:window.getSelectio... 阅读全文
posted @ 2015-07-15 11:43 安蝶 阅读(641) 评论(0) 推荐(0) 编辑