How to load specific data from an other website (other domain) with ajax?
For example text within a specific <div>.
Note: The .load() function in jQuery does not help.
How to load specific data from an other website (other domain) with ajax?
For example text within a specific <div>.
Note: The .load() function in jQuery does not help.
You can do this by using a proxy on your own domain that request external html or json content and servers this for you.
See an example for this here: JSON Proxy in Java / Play! Framework