如何在仅指定类名的灯箱(lightbox、colorbox 或 ibox..)应用程序中打开 div?
我有一个如下所示的 div:
<div class="photo">
<img class="image" width="780" alt="abc/" src="some link of photo">
... extra content also
</div>
当我单击按钮时,如何在灯箱或类似应用程序中打开此 div?
I have a div like following:
<div class="photo">
<img class="image" width="780" alt="abc/" src="some link of photo">
... extra content also
</div>
How do I open this div in a lightbox or similar application when I click a button?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用简单的灯箱插件,例如 Lightbox_me : http://buckwilson.me/lightboxme/
You can use a simple lightbox plugin like Lightbox_me : http://buckwilson.me/lightboxme/
我在以下示例中使用 fancybox http ://fancybox.net
包含下载的 js 和 css 文件后,代码将是:-
用按钮选择器替换“button”。
I am using fancybox in following example http://fancybox.net
after including downloaded js and css files, the code will be:-
replace "button" with the button selector.