jQuery 下拉框选中默认值,
$("select:eq(1)").find("option:selected").text(); 获取到下拉框选中的值 前面是找到某一个下拉框 后面看里面的option里面那个属性为selected 这个和 单选框的一样
select 选中 $("select:eq(0)").find("option:contains("+users.HighEducation+")").attr("selected",true);
oninput="filess()" 页面元素变动 自动执行的代码无需任何操作

浙公网安备 33010602011771号