Skip to content

Instantly share code, notes, and snippets.

@SubZane
Last active December 19, 2015 07:18
Show Gist options
  • Save SubZane/5917382 to your computer and use it in GitHub Desktop.
Save SubZane/5917382 to your computer and use it in GitHub Desktop.
$myValue = '123';
// First you need to set the visual value, then you need to set it selected, this is retarted
$('#myselect').val($myValue).attr("selected", "selected");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment