Skip to content

Instantly share code, notes, and snippets.

@tenkunkyab
Created October 1, 2015 14:16
Show Gist options
  • Select an option

  • Save tenkunkyab/08b682046500cf098197 to your computer and use it in GitHub Desktop.

Select an option

Save tenkunkyab/08b682046500cf098197 to your computer and use it in GitHub Desktop.
$("#selectID option").each(function() {
if($(this).text() == 'TextToCompare') {
$(this).attr('selected', 'selected');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment