rrrene / tipsy.hovercard

Hovercard extension for tipsy tooltip
http://rrrene.github.io/tipsy.hovercard/
33 stars 3 forks source link

Error loading tip.html in sample #3

Closed KarthickSelvamGE closed 11 years ago

rrrene commented 11 years ago

I guess this is happening when viewing sample/index.html in a browser?

You most likely experience an error like this:

XMLHttpRequest cannot load file:///home/[...]/tipsy.hovercard/sample/tip.html. Origin null is not allowed by Access-Control-Allow-Origin.

This occurs because the file is not served via a web server. As far as I can tell, the only proper solution would be to exclude the sample from index.html ...