在颜色框中显示评论表格和其他信息以及图像

问题描述

| 用colorBox与图像一起显示评论表单,评论和其他图像相关信息的最佳方法是什么?喜欢在Facebook的个人资料照片栏中的图像吗? 仅在颜色框中打开图像节点(例如\'node / 196?iframe = true \)比打开图像要慢得多。     

解决方法

        内联配置参数将是一种解决方案
<style type=\"text/css\">
    .hide-colorbox{display:none}
    #cboxLoadedContent .hide-colorbox{display:block}
</style>

$(\".example8\").colorbox({inline:true,href:\"#inline_example1\"});

<div id=\"inline_example1\" class=\"hide-colorbox\">
    <p><strong>This content comes from a hidden element on this page.</strong></p>
</div>
您可以在页面加载时输出所需的html,然后用css隐藏,或者可以基于页面布局创建内容。