Is it possible using jQuery to verify if the following HTML select list contains any items?
HTML Select List of Countries which will initially be empty and may remain so unless populated.
<select size="5" name="Country" multiple="multiple" id="Country">
</select>