添加加载文本到 Colorbox 插件
对于 Colorbox jQuery 插件(在这里找到):
我知道有一个 colorbox 的加载图形(设置为背景) #LoadingGraphic div),但是如何让文本出现在加载图形下方?
For the Colorbox jQuery plugin (found here):
I know there is a loading graphic for colorbox (set as the background of the #LoadingGraphic div), but how can I get text to appear below the loading graphic?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能不是最理想的,但看起来确实有效。 看看这个fiddle
当你初始化Colorbox插件时,loadingdiv将是创建但隐藏。您可以在其中添加一个 div 并为其指定一些样式。
CSS
This might not be the most ideal but it looks like it works. Check out this fiddle
When you initialize the Colorbox plugin, the loadingdiv will be created but hidden. You could append a div inside of it and give it some styles.
CSS