Skip to content

Instantly share code, notes, and snippets.

@alexwilson
Created September 29, 2014 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexwilson/90b491928b19f703b0bd to your computer and use it in GitHub Desktop.
Save alexwilson/90b491928b19f703b0bd to your computer and use it in GitHub Desktop.
Select text from FanFiction.net
$("#storytextp").css{
'-webkit-touch-callout': 'text',
'-webkit-user-select': 'text',
'-khtml-user-select': 'text',
'-moz-user-select': 'text',
'-ms-user-select': 'text',
'user-select': 'text'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment