JQuery Get Select Option Attribute

var option = $('option:selected', this).attr('mytag');
Shadow