jquery 灯箱,弹出窗口
我想在 div 上添加描述文本,当用户单击该文本时,我想显示一个带有一些外部内容的灯箱或弹出窗口。 我该怎么做这个?
I want to add on a div a description text, and when a user click's on that text I want to appear a lightbox or popup with some external content.
How do I make this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否提供一些您要设置的“div 描述文本”的示例代码。设置灯箱通常相当简单,如果您使用 jQuery,我会找到一个可以满足您需要的插件,然后代码将与此类似,
我猜您的 html 看起来像这样
Can you provide some sample code of the "div a description text" you are going to have setup. Setting up a lightbox is usually fairly simple if your using jQuery I would find a plugin that does what you need and then the code will be something similar to this
I am guessing your html will look something like this