Jquery Modal to Load External URL -


i'm using plugin page overlay when set link external page, not working. won't open.

error:

xmlhttprequest cannot load "external url here". no 'access-control-allow-origin' header present on requested resource. origin 'my web url' therefore not allowed access.

this code, i've loaded necessary library:

//not working <a href="http://google.com" rel="modal:open">visit google</a>  //working code <a href="terms.html" rel="modal:open">view terms , conditions</a> 


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -