JQuery Blockui Plugin Demo 3 (Page Blocking Examples)

Source: Internet
Author: User

This page demonstrates several ways to block the page. Each button below activates Blockui, and then makes a, remote call to the server.

The following code is used on this page:

<Scripttype= "Text/javascript">      //unblock when Ajax activity stops$ (document). Ajaxstop ($.unblockui); functionTest () {$.ajax ({URL:'wait.php', Cache:false }); } $ (document). Ready (function() {         $('#pageDemo1'). Click (function() {$.blockui ();         Test ();         }); $('#pageDemo2'). Click (function() {$.blockui ({message:'' });         Test ();         }); $('#pageDemo3'). Click (function() {$.blockui ({css: {backgroundcolor:'#f00', Color:'#fff' } });         Test ();          }); $('#pageDemo4'). Click (function() {$.blockui ({message: $ ('#domMessage') });         Test ();     });  }); </Script>  ...  <DivID= "Dommessage"style= "Display:none;">     <H1>We are processing your request. Please be patient.</H1> </Div> 

Reference: http://malsup.com/jquery/block/#overview

JQuery Blockui Plugin Demo 3 (Page Blocking Examples)

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.