Skip to content

Instantly share code, notes, and snippets.

@alesvaupotic
Created October 30, 2017 20:22
Show Gist options
  • Save alesvaupotic/dd0c6d36ddd5c5e6104bec596d54699b to your computer and use it in GitHub Desktop.
Save alesvaupotic/dd0c6d36ddd5c5e6104bec596d54699b to your computer and use it in GitHub Desktop.
set cursor to the end of a field
q = document.getElementById('q');
setTimeout(function(){ q.selectionStart = q.selectionEnd = 10000; }, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment