读书人

字符婚配_text = _text.replace(new R

发布时间: 2013-08-09 15:16:24 作者: rapoo

字符匹配_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
$("#radios_0 input:checked").each(function(){
_text += $(this).parent().siblings(".rst").text();
});
_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
if(_text.length != 0){
$.alert("审批状态不一样不能归档,请重新选择!");
return false;
}

读书人网 >Web前端

热点推荐