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