<body>
<form>
<select name="test" id="test">
<option value="one">one</option>
<option value="two">two</option>
</select>
</form>
<button>Open Select Bar</button>
<script src="script.js"></script>
</body>
This is my html codes and I want to open the select list by clicking on the button in jquery, and I am unable to understand that how can I achieve it . Someone suggest me the way to achieve it,
id
orclass
to your button. (For example I give id on snippet.)size
to open your select list usingoption
andlength
when button click.