$.get() or even $.ajax() returns me an empty ResponseText ! Why ?
(translated with google)
Hello everyone.
Here's what I try to do:
The goal is to change the source on the fly (as with a firefox extension webdev or another or even Greasemonkey) to add a link.
Until then, easy does it work well.
This link launches an application ajax jquery like:
$.get(...) or even $.ajax(...)
If I'm on www.mywebsite.fr, added my link, I click and it works, I see the ajax request and pass my "alert ()" gives me the return of application. Great !
But if I'm on a site other than mine (the url of the ajax request is www.mywebsite.fr while I'm at www.apple.com for example), the return of the ajax request is empty: /
I do not understand why you have an idea? Thank you