1:提示框
http://keleyi.com/keleyi/phtml/jqplug/
2:loading效果
<script>
function showPage(){
$('#divPageLoading').remove();
$('#page').show();
}
</script>
<body onload="showPage();">
<div >
1:提示框
http://keleyi.com/keleyi/phtml/jqplug/
2:loading效果
<script>
function showPage(){
$('#divPageLoading').remove();
$('#page').show();
}
</script>
<body onload="showPage();">
<div >
相关文章: