In Chrome, page won't resize after Ajax load

后端 未结 7 1637
逝去的感伤
逝去的感伤 2021-02-15 21:10

I\'ve been feverishly CSSing my way through the final leg of a site I\'m building and I\'m running into an odd quirk with Chrome only. FF and IE seem to work fine.

I a

7条回答
  •  终归单人心
    2021-02-15 21:39

    asyncBoolean

    Default: true

    By default, all requests are sent asynchronously (i.e. this is set to true by default). If you need synchronous requests, set this option to false. Cross-domain requests and dataType: "jsonp" requests do not support synchronous operation. Note that synchronous requests may temporarily lock the browser, disabling any actions while the request is active."

    • http://api.jquery.com/jQuery.ajax/

提交回复
热议问题