//jQuery
$("#select_city").find("option:selected");


//zepto
$("#select_city option").not(function(){ return !this.selected })

  

相关文章: