easyui

要想获得select的值 使用
var year=$('#YearOfBirthday').combobox('getValue');
要想获得select的显示文本 使用
var year=$('#YearOfBirthday').combobox('getText');

你可能感兴趣的:(easyui)