How implement subj?
when i write:
aaaa bbb
You can try this snippet
$("#your-id")[0].selectedIndex = -1
It worked for me.
<select> <option value="" style="display:none;"></option> <option value="0">aaaa</option> <option value="1">bbbb</option> </select>