我在我的 drupal 站点中使用 lightbox2 模块。我希望能够在同一页面上的内容上触发灯箱。像这样的东西:
<a rel="lightbox" href="#">Show content in light box</a>
<div id="content_to_show">the content i want to show in my light box</div>
想不出办法来做到这一点。有什么帮助吗?
我在我的 drupal 站点中使用 lightbox2 模块。我希望能够在同一页面上的内容上触发灯箱。像这样的东西:
<a rel="lightbox" href="#">Show content in light box</a>
<div id="content_to_show">the content i want to show in my light box</div>
想不出办法来做到这一点。有什么帮助吗?
在四处搜索之后,我得出的结论是灯箱不是正确使用的插件。相反,我使用的是http://colorpowered.com/colorbox/上的 colorbox 插件,它集成了此功能,并且易于使用。