jQuery设置下拉框select 默认选中第一个option
$("#id option:first").prop(“selected”, ‘selected’);

更多推荐

jQuery设置下拉框select 默认选中第一个option