Skip to content Skip to sidebar Skip to footer

Get All Options From Select Box (selected And Non Selected)

Using this code: $('#select-from').each(function() { alert($(this).val()); });