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
abc def ghi ... $("#myselect_chzn").children('.chzn-drop').children('.chzn-search').children('input[type="text"]').focus(); $("#myselect_chzn").addClass('chzn-container-active');
Chosen creates owns divs and converts your "select_ID" into "select_ID_chzn" for those divs
select_ID
select_ID_chzn