提示框淡入淡出

<div id="msg" style="display:none;padding-left:200px;height:16px;">&nbsp;
<span  style="width:290px;background:#c0ffc0;">您的申请已提交,我们将在24小时内审核,谢谢!</span></div>

function showUpdateResult(msg){ if(msg == "success"){ //alert("您的申请已提交,我们将在24小时内审核,谢谢!"); $('#msg').fadeIn(); searchTableData('getChargeInfos',null,'chargeInfoTable'); setTimeout("$('#msg').fadeOut('slow')",4000); }else{ alert("确认失败!"); } }

你可能感兴趣的:(null,div)