<div id="msgBoxDIV" style="position: absolute; width: 50%; padding-top: 2px; height: 24px; top: 123px; text-align: center;display: none"><span style="height: 20px;background-color: #269DDC;color: white;padding:3px 24px 3px;border-radius: 3px;font-size: 12px;z-index: 99">操作成功</span></div>
$('#msgBoxDIV').show();
setTimeout("$('#msgBoxDIV').hide()", 5000);