This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Etsi tuesta

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Lue lisää

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

  • 1 vastaus
  • 1 henkilöllä on sama ongelma
  • 11 näyttöä
  • Viimeisin kirjoittaja 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>

Muokattu , muokkaaja cor-el

Kaikki vastaukset (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.