对于HTML中的下拉列表:
<select id="countries"> <option value="1">Country</option> </select>
我想打开列表(与左键单击相同).这可能是使用JavaScript(或更具体的jQuery)吗?
html jquery drop-down-menu
drop-down-menu ×1
html ×1
jquery ×1