怎么把select被选中的值改变颜色jquery?
本身select 通过css能改为样式都很少,大多还不能兼容。
如果你美化你的select你只能通过模拟试来做了。
你可以在网上找找jquery的插件叫select2.
jquery怎么获取select选中的值,默认选中?
jquery获取select的option个数有两种方法:
1、dom方式获取option长度:
$("#selecttype")[0].options.length;
2、利用层级选择器获取option长度
$("#selecttypeoption").length
jquery如何点击页面,使select的下拉框自动弹出?
我想点击页面空白处,select下拉框会自动弹出,怎么做呢 <select><option>sdf</option><option>sdf</option><option>sdf</option></select>