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 -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -