Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search 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.

Learn More

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

  • 1 reply
  • 1 has this problem
  • 11 views
  • Last reply by 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>

Modified by cor-el

All Replies (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.