Skip to content

Instantly share code, notes, and snippets.

@bootandy
Created September 10, 2012 08:33
Show Gist options
  • Save bootandy/3689679 to your computer and use it in GitHub Desktop.
Save bootandy/3689679 to your computer and use it in GitHub Desktop.
JS - Focus the field #message but DONT select all the text
$('#message').focus().val($("#message").val());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment