I am creating a form for registration where there are some selects, such as course choice and date of birth, I would like to know how do I make it mandatory for the user to select something using this library jquery.validate
<select name="cursos_categoria" id="cursos_categoria">
<option>Selecione a categoria de cursos</option>
<option value="Imersão">Imersão</option>
<option value="Aperfeiçoamento">Aperfeiçoamento</option>
<option value="Especialização">Especialização</option>
<option value="Superior">Superior</option>
<option value="Outros">Outros</option>
</select>