Ajax实现页面loading效果
Posted on | 十二月 3, 2009 | No Comments
//request.html
[若程序被触发,将会在此容器内显示loading...]
//requestPage.php
sleep(10); //让程序暂停10s,以便于更好的观察loading效果。
echo "cilentRequest recived";
?>
相关文章:
评论|Comments
留言|Leave a Reply
Posted on | 十二月 3, 2009 | No Comments
//request.html
[若程序被触发,将会在此容器内显示loading...]
//requestPage.php
sleep(10); //让程序暂停10s,以便于更好的观察loading效果。
echo "cilentRequest recived";
?>
相关文章:
留言|Leave a Reply