I\'m using the Jquery Chosen plugin on a select box, however I\'d like to focus this on page load. I\'ve used the following code to focus a text input:
onLoa
I know this is an old post... but for what it's worth the following is an option as well...
$('select').chosen().on('chosen:showing_dropdown', function () { //do something })