Last active
December 19, 2015 07:18
-
-
Save SubZane/5917382 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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