-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get error no transport when call $.parse.get("tasks"); #10
Comments
I think this is an issue with IE/CORS support. |
Perhaps we can have some of these headers set by default or dynamically based on user agent. |
I get the same error in IE9. Also when allowing cross domain as shown in the settings of the link above. Chrome and FF are ok. |
I'm in the process of trying to fix this IE issue. Just downloaded IE into virtualbox for my mac. I think that |
In IE0 I normally get the error: after adding: I get a different error: which is Dutch for " entry not allowed" On Sun, May 27, 2012 at 9:04 PM, Stephen Rhyne <
|
hello, is there any update on this? or has anyone successfully done this? please let me know! thanks so much. |
Hi Steve, Yeah, I'm going to guess it's a combo of using 1.1.x for jQuery and being on IE. That's quite the legacy combo. Have you tried upgrading jQuery? Also, have you tried using Parse's official JS library? -Stephen |
hi stephen, in case you or others are interested here's what's going on: the official sdk sets up the ajax call differently based on those legacy browsers and sends the appropriate headers/contentType. i'm not sure if you're interested in integrating this capability, i hate IE with a passion and i'd love to see it disappear, however (fortunately and unfortunately) i have been working with several large companies lately all who use it and their IT departments have no roadmap to eliminate them... can't believe it's like this still in 2013! anyway, thanks again! |
Hi,
I init OK in javascript but when I call
javascript $.parse.get("tasks");
I get the Microsoft JScript runtime error: $.parse :error No Transport.The error occurs in jquery at the following function;-
javascript msg = "$.parse :error No Transport"
Any ideas please?
PS using jquery-1.7.2
The text was updated successfully, but these errors were encountered: