标签:代码 The http ica scrolltop 信息 move pre else
$http(post) $("[classname]").each(function (i) {
$(this).removeAttr("class");
if ($(this).attr("classname") == map.get(result.data)) {
$(this).attr("class", map.get(result.data));
}
});
$(document).scrollTop($(document).height());//滚动到最下方
toastr.success(‘评估成功!‘, ‘提示信息!‘);
}
else {
toastr.error(result.msg, "出错了!");
}
})
标签:代码 The http ica scrolltop 信息 move pre else
原文地址:http://blog.51cto.com/zhaoyingyatou/2150136