How to get all options of a select using jQuery? September 16, 2022 by Tarik Use: $("#id option").each(function() { // Add $(this).val() to your list }); .each() | jQuery API Documentation