Skip to content

Instantly share code, notes, and snippets.

@ravikiranj
Created March 29, 2011 12:06
Show Gist options
  • Save ravikiranj/892236 to your computer and use it in GitHub Desktop.
Save ravikiranj/892236 to your computer and use it in GitHub Desktop.
var q = q = document.getSelection();
/* If user has selected nothing on the webpage, show him a prompt box */
if(!q) {
q = prompt('Enter keyword', '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment