I’m trying to load an iFrame in to colorbox using an onload event – seems like it should be simple but I’m getting the error “the content failed to load”
Here’s my code:
<script type="text/javascript">
$(document).ready(function(){
$.colorbox({href:"http://www.google.com", open: true});
});
</script>
Any ideas as to why this may not be working?
You need to add iframe: true to the function call