How can i expand/open the select option on mouseover using jquery to show all the items in the select list?
<select size="3" id="something">
<option value="1">.1..</option>
<option value="2">.2..</option>
<option value="3">.3..</option>
</select>