לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 1 תגובה
  • 1 has this problem
  • 11 views
  • תגובה אחרונה מאת 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.