Getting selected Index text in on change event Get link Facebook X Pinterest Email Other Apps By Hasib Kamal - June 26, 2018 $('#visa_type_id').on('change',function(){ var visa_type = this.options[this.selectedIndex].text; alert(visa_type); }); Read more