Seemed odd I couldn\'t find this one already asked, but here it goes!
I have an html as follows:
The usual way:
var values = $('#select-meal-type').val();
From the docs:
In the case of elements, the .val() method returns an array containing each selected option;
.val()