我使用phpdevshell(使用最新的jQuery)創建應用程序。jQuery請求未定義的url(與phpdevshell一起使用)
現在沒有任何理由對我可見,jQuery的開始,要求與「不確定」,這不存在,並導致404
它看起來這個網址結尾的網址:http://localhost/mysite/undefined
我已經找到做這個的jQuery的一部分(起始於7866線):
// Do send the request
// This may raise an exception which is actually
// handled in jQuery.ajax (so no try/catch here)
xhr.send((s.hasContent && s.data) || null);
任何想法,爲什麼出現這種情況?謝謝。
你的實際代碼呢? – genesis
請添加上下文:創建請求的代碼(和環境)。 – jensgram
哪個版本的jQuery?你確定你沒有使用jQuery-ajax相關的方法調用這個url嗎? – WTK