Ajax Beforesend Write Show hidden code does not execute

Source: Internet
Author: User

Ajax if you want to write like below format

$.ajax ({url:ajaxurl,type: ' POST ', DataType: ' JSON ', Async:true,data: {},beforesend:function () {
Here the execution of the animation to be performed maskController.methods.show ("Img/loading_icon1.gif", $ ("body")),},success:function (data) {$.each ( Data["Objects"], function (key, value) {if (value["Fields" ["status"] = = "Active") {callback (data);});},error: function (data) {},complete:function () {
Hide animation maskController.methods.hide ();})

  

Async:false will not perform operations such as display hiding, for specific reasons, in-depth study later. Take notes first, write down

Ajax Beforesend Write Show hidden code does not execute

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.