for my mobile application I want to load HTML code dynamically into a container.
I tried the load method form jQuery but chrome is saying:
Origin null is not allowed by Access-Control-Allow-Origin.
My Code:
container.load("feeds.html");
I think this should be possible. Can you help me?