Open Select using Javascript/jQuery?

I know this is pretty old and answered, but this worked for me in Safari and iOS UIWebView – I have it hidden, but want it to show and open when a different button is clicked.

$('#select-id').show().focus().click();

Leave a Comment