Chaque option sélectionne jQuery

$("#id option").each(function()
{
    // Add $(this).val() to your list
});
Itchy Ibex