解决HTML select控件 disabled 后无法向后台传
2018-08-25 本文已影响12人
秋天de童话
解决HTML select控件 disabled 后无法向后台传值的方法
(this).val()) != -1) {
$(this).attr("disabled", false);
}
});
解决HTML select控件 disabled 后无法向后台传值的方法
(this).val()) != -1) {
$(this).attr("disabled", false);
}
});