$('#dropdown').on('change', function() { var selected_option_value = $(this).find(":selected").val(); });