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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -