Checking if selected value disabled

Checking if selected value disabled

I am trying to check if the selected value is disabled in a select field.  Here is my code:
  1. if($(this).attr('disabled')){
            alert('Disabled');
        }