$(function () { $("select#country").val("US"); $("select#country").change(); });