JQuery Obtener el atributo de opción Seleccionar
var option = $('option:selected', this).attr('mytag');
Shadow
var option = $('option:selected', this).attr('mytag');