Skip to content

Instantly share code, notes, and snippets.

@chukShirley
Created January 18, 2017 15:43
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 chukShirley/403dc3a989fde6d8c82d1d10b59c86bb to your computer and use it in GitHub Desktop.
Save chukShirley/403dc3a989fde6d8c82d1d10b59c86bb to your computer and use it in GitHub Desktop.
Programmatically focus on select 2
$(document).ready(function(){
$('#mySelect2').select2('open')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment