jquery检查是否选择了选择框
这个问题在这里已经有了答案:
您可以找到所选的选项并且没有值“”:
if($('select option:selected[value!=""]').length ) {
//more than one select box is selected
}
链接地址: http://www.djcxy.com/p/9527.html
这个问题在这里已经有了答案:
您可以找到所选的选项并且没有值“”:
if($('select option:selected[value!=""]').length ) {
//more than one select box is selected
}
链接地址: http://www.djcxy.com/p/9527.html