Skip to content

Instantly share code, notes, and snippets.

@justan
Created August 29, 2012 02:09
Show Gist options
  • Save justan/3506101 to your computer and use it in GitHub Desktop.
Save justan/3506101 to your computer and use it in GitHub Desktop.
取消选中区域
//做滚动条的时候可能用得上
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment