easyui

要想获得select的值 使用
var year=$('#YearOfBirthday').combobox('getValue');
要想获得select的显示文本 使用
var year=$('#YearOfBirthday').combobox('getText');
原文地址:https://www.cnblogs.com/leee/p/5174647.html