JQuery Get Select Option Attribut

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