搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

In which latest FireFox verion $.ajax() 'datatype' property change his default behaviour?

  • 1 回覆
  • 1 有這個問題
  • 9 次檢視
  • 最近回覆由 cor-el

more options

We had the following code working in FireFox without any exception.. until it start getting exception during one of the latest version of FireFox, In which version there was some change related to this $ajax call behavior ?

$.ajax({
   type: "GET",
   url: "test.aspx",
   data: "page=" + sPage,
   async :false,
   success: function(msg)
    {  
      alert(msg)
    }
});
We had the following code working in FireFox without any exception.. until it start getting exception during one of the latest version of FireFox, In which version there was some change related to this $ajax call behavior ? <pre><nowiki>$.ajax({ type: "GET", url: "test.aspx", data: "page=" + sPage, async :false, success: function(msg) { alert(msg) } });</nowiki></pre>

由 cor-el 於 修改

所有回覆 (1)

more options

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.