LoginSignup
0
0

More than 5 years have passed since last update.

スムーススクロールするときにクリックした選択テキストを解除するメモ

Posted at

クリックでスクロールイベントを発生させるとクリック範囲のテキストが選択されてさらにスクロール量の範囲まで選択されることがあるのでそういうときに使う。
rangeオブジェクトを使うのか。

IEは現状違うメソッドでの対応でIEのgetSelectionの対応は11からってことなのかな?
http://msdn.microsoft.com/en-us/library/ms535869(v=VS.85).aspx

test.js
window.getSelection().collapse(document.body,0);
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0