I have a problem with my Colorbox not loading any content.
javascript:
$(document).ready(function(){
$(".exampleterms").colorbox({inline:true, href:"http://google.com"});
});
Html:
<a class="exampleterms" href="#">.</a>
Google.com is just a placeholder url for now, but the idea is the same, I need to load an external URL trough colorbox.
Current result:
Colorbox pops up, and starts it’s loading animation but doesn’t seem to load any content at all, it just sits there… loading… I’ve tried this in all mayor browsers and google.com is not down at the moment so what is going wrong?
My MooTools was out of date, now it works again, thanks for the help anyways.
Feel kind of stupid right now.