Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

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.

Læs mere

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

  • 1 svar
  • 1 har dette problem
  • 11 visninger
  • Seneste svar af 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>

Ændret af cor-el den

Alle svar (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.