Jquery check if select box is selected
This question already has an answer here:
您可以找到所选的选项并且没有值“”:
if($('select option:selected[value!=""]').length ) {
//more than one select box is selected
}
链接地址: http://www.djcxy.com/p/9528.html
下一篇: jquery检查是否选择了选择框