I would like to know if the selected option is clicked again. for example the foo is selected then i click the select tag again and click foo again.
<select name="items" id="item_options">
<option value="foo">foo</option>
<option value="bar">bar</option>
<option value="boom">boom</option>
</select>