如何修改 slimbox 通过单击展开的图像来关闭
我正在将 Slimbox 1.71 用于 MooTools 1.2(演示)
如果我单击展开的图像本身,我想关闭展开的图像。
我该怎么做呢?
I am using Slimbox 1.71 for MooTools 1.2 ( Demo )
I would like to close the expanded Image if I click on the expanded image itself.
How would I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
修改核心脚本是不好的做法(假设您更新了脚本 - 您将丢失所做的更改)。实际上,最好在库加载并运行后添加代码片段:
Modifying the core script is bad practice (say you update the script - you'll lose your changes). It's actually better to add a code snippet after the library is loaded, and operational:
查找:
替换:
Find:
Replace: