87,995
社区成员
发帖
与我相关
我的任务
分享
jq("#sms_type").change(function(){
var text= jq("#sms_type").find("option:selected").text();
var pos = text.indexOf(" - ");
jq("#sms_type").find("option:selected").text(text.substring(pos+3,text.length));
});
