How can I open a jQuery colorbox with an external site loaded. I have tried:
jQuery(document).ready(function(){
jQuery.colorbox({ href:"http://www.google.com", iframe: true });
});
But with no success. I have not been able to find an example of this from either the colorbox-site or SO.