Add an Ajax operation prompt to the page

Source: Internet
Author: User

To enhance the user experience, the "operation" prompt is displayed when an Ajax request is sent on the page. When Ajax ends, the "operation" prompt is hidden.

1. htmlCode

<! -- Ajax prompt layer -->
<Div class = "ajaxdiv" id = "ajaxdiv">
Operation ....
</Div>

2. Style

Div. ajaxdiv
{
Position: absolute;
Left: 0px;
Top: 0px;
Width: 100%;
Height: 100%;
Background: #567 URL (../images/loading.gif) No-repeat center;
Display: none;
Z-index: 9999;
Color: red;
Text-align: center;
Vertical-align: middle;
Font-size: 12px;
Line-Height: 100%;
}

3. JS Code

$. Ajaxsetup ({cache: false });
$ ("# Ajaxdiv"). ajaxstart (function (){
VaR H = $ (document). Height ();
Certificate (this).height(hsf-.css ({"opacity": 0.8, "line-height": H + 'px'}). Show ();
}). Ajaxstop (function (){
$ (This). Hide ();
});

4. Results

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.