Chosen is one of best jQuery library available to design HTML drop-down.
Here's how we can auto open chosen drop-down using small code snippet in jQuery. Below example uses the country drop-down.
$('div#edit_country_chosen').trigger('mousedown');
The above code uses jQuery's trigger method to call mousedown event on chosen dropdown.