jquery怎么獲取select選中的值?
jquery獲取select的option個數(shù)有兩種方法:
1、dom方式獲取option長度:
$("#selecttype")[0].options.length;
2、利用層級選擇器獲取option長度
$("#selecttypeoption").length
jquery怎么獲取select選中的值?
jquery獲取select的option個數(shù)有兩種方法:
1、dom方式獲取option長度:
$("#selecttype")[0].options.length;
2、利用層級選擇器獲取option長度
$("#selecttypeoption").length