<div id="myalert" style="z-index:11111111111111111111111;opacity: 0.8;position:fixed;left:0px;top:50%;right:0px;margin-left:auto;margin-right:auto;text-align: center;display: none">
<button type="button" class="btn mybtn" >没有更多私信</button>
<button type="button" class="btn mybtn" >没有更多私信</button>
</div>
$('#myalert button').text('发送内容不能为空');
$('#myalert').fadeIn(800).delay(500).fadeOut(800);
return false;