I have Select and all values is disabled, how can I set the value to this Select?
<select id="testselect">
<option disabled>1</option>
<option disabled>2</option>
<option disabled selected="selected">3</option>
</select>
alert($("#testselect").val()); //result null