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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -