JavaScript Error line 1 <ANYJAVASCRIPFILE.JS> SyntaxError: Parse error IN Iphone mobile safari
Posted
by Pratt
on Stack Overflow
See other posts from Stack Overflow
or by Pratt
Published on 2010-03-23T16:34:18Z
Indexed on
2010/03/23
18:13 UTC
Read the original article
Hit count: 1013
Hi, I keep getting this error when I run my web app (asp.net mvc) in the mobile safari (ITouch)
JavaScript Error line 1 SyntaxError: Parse error
JavaScript Error line 1 SyntaxError: Parse error
I have no problem running this in any other browser (including safari). I suspect this is something to do with mobile safari handling javascript files. I am using MicrosoftMvcAjax.js and Jquery.
The above error is totally useless to me and I couldn't figure out where to debug or start. Any help would be appreciated.
Thanks
© Stack Overflow or respective owner