SyntaxFix
Write A Post
Hire A Developer
Questions
Set a id in your select, like: <select id="foo" size="2">
<select id="foo" size="2">
Then you can use: $("#foo").prop("selectedIndex", 0).change();
$("#foo").prop("selectedIndex", 0).change();