$('.law_types').on('change', function() { var type = $(".law_types option:selected").val(); alert(type);