3
用colorbox显示评论表单,评论和其他图像相关信息的最佳方式是什么?像Facebook的个人资料照片栏图像一样?在colorbox中显示评论表单和其他信息以及图像
只需打开像“node/196?iframe = true”这样的colorbox图像节点比打开图像慢得多。
用colorbox显示评论表单,评论和其他图像相关信息的最佳方式是什么?像Facebook的个人资料照片栏图像一样?在colorbox中显示评论表单和其他信息以及图像
只需打开像“node/196?iframe = true”这样的colorbox图像节点比打开图像慢得多。
直列配置参数是一个解决方案
<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隐藏,或者你可以创建基于页面布局的内容。