I want to hide only those select box which has a null value selected. I have following HTML and jQuery
One line should be enough:
$('.date-month option[selected="selected"]').hide();
https://jsfiddle.net/wh27868m/1/