var selectVal = $.trim(obj.selectedOptions[0].value);
换成
var selectVal = $.trim(obj.options[obj.selectedIndex].value);