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
this is what worked for me
jQuery("#fltrPerson_chzn a").addClass("chzn-single-with-drop"); jQuery(".chzn-drop").css({ "left": "0px", "top": "24px" });