标签:
$("#dealer").find("option").not(function(){ return !this.selected }).text();
神奇的not
用zepto找到当前被选中的option
原文地址:http://www.cnblogs.com/ccforeverd/p/4201852.html