("#select1 option:selected").attr("你定义的属性");如果你的属性定义的是data-xxx,那么直接("#select1 option:selected").data("xxx");
$('select option:selected').attr('自定义属性名称');