I'm developing a web app, and when loading jquery in my local server, it works fine. The problem comes while uploading everything to my hosting server. It just doesn´t loads correctly the jquery.js file, it finds a strange syntax error here:
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!!!!
},
In the last parameter "" it's interpreting the parameter's "/" as the begining of a comment block... this is happening only to me, with al my browsers (safari, firefox and chrome), but not to some friends that entered in the app successfully... Why are my browsers going mad on my site? They work ok in any other one. Thanks in advance!
!
added, they're typecast to boolean. Not that it really matters usually. ;) – DarthJDG May 23 '11 at 16:12