I know how to get the value of a selected option but i am wondering how to get its text.
this is how i access the option using the value ?
$('#dropdownId').children('option[value="'+5691+'"]').hide(); something like below,
$('#dropdownId').children('option[text="'+'some text'+'"]').hide();