$('#country').on('change', function(){ let id = $(this).find(':selected').data('id'); console.log(id); });