$('#sellerName_select').next().next().children('.option-item').click(function() {
$(this).attr('data-value');// 你的option的value
$(this).html();//你的option的innerHTML
}
回复
如何获取input里的值呢?