<select id="itemDepartment">
<option value="1">Computer Accessories</option>
<option value="2">Laptop</option>
</select>
the following attribute set the default value in drop down list
selected="selected"
but I want to select the default value other than options value i.e Please Select Department , when I click on the drop down list then Please Select Department text disappear and options value appear ( as default behavior)
Live DEMO