Skip to content

Instantly share code, notes, and snippets.

@dogrocker
Created August 2, 2015 17:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dogrocker/6b67bf31b2752d90842d to your computer and use it in GitHub Desktop.
Save dogrocker/6b67bf31b2752d90842d to your computer and use it in GitHub Desktop.
Set mouse focus and move cursor to end of input using jQuery
// From http://stackoverflow.com/a/26761864/2126472
$('#txtSample').focus().val($('#txtSample').val());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment