将jquery.js文件加载到托管服务器时出现浏览器语法错误

时间:2011-05-21 10:29:36

标签: jquery firefox google-chrome safari syntax-error

我正在开发一个Web应用程序,当在我的本地服务器上加载jquery时,它工作正常。 将所有内容上传到我的托管服务器时出现问题。它只是没有正确加载jquery.js文件,它在这里发现一个奇怪的语法错误:

ajaxSettings:{
    url:bW,
    isLocal:bK.test(bX[1]),
    global:!0,
    type:"GET",
    contentType:"application/x-www-form-urlencoded",
    processData:!0,
    async:!0,
    accepts:{
        xml:"application/xml, text/xml",
        html:"text/html",
        text:"text/plain",
        json:"application/json, text/javascript",
        "*":"*/*"  //<----Error here!!!!
    },

在最后一个参数“”中,它将参数的“/ ”解释为注释块的开头...这只发生在我身上,我的浏览器(safari,firefox和chrome) ),但不是成功进入应用程序的一些朋友... 为什么我的浏览器在我的网站上发疯?他们在任何其他人工作正常。 提前谢谢!

0 个答案:

没有答案