-
Notifications
You must be signed in to change notification settings - Fork 481
Update key-concepts with XDomainRequest limitation #572
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
Conversation
Added this update in order clarify the understanding implied in the sentence 'This limitation does not apply to scripts that are loaded via jQuery's Ajax methods'. This will help the beginner to understand $.ajax does not work seamlessly with every browser, but only with help of some plugins.
Looks like CLA is okay now. Somebody may remove the label. |
Great. Let me know if its good for merge. |
@dmethvin would you mind doing a quick review? |
It seems a bit vague for the learn site. Something more straightforward would be "Versions of Internet Explorer less than 10 do not support cross-domain AJAX requests." XDR is not really a very good substitute but you could reference it. |
Hey-hey @moo3, still interested in taking this PR? It needs some updating (see comment above) |
ping ping @moo3 |
Removed direct references to XDR and also the link to jQuery ticket, which is now a dead link.
LGTM now. |
Alright. I'll merge this one when I get home. |
* Update key-concepts with XDomainRequest limitation * Update IE's limited support info
Added this update in order to clarify the understanding implied in the sentence 'This limitation does not apply to scripts that are loaded via jQuery's Ajax methods'. This will help the beginner to understand $.ajax does not work seamlessly with every browser, but only with help of some plugins.