jquery 完整日历和shadowbox
如何在完整日历中调用阴影盒..假设我确实有一个事件,当用户(客户端浏览器)单击该事件时,它将调用阴影盒或灯箱...任何想法都会有帮助..谢谢
How to call a shadow box in full calendar.. assuming I do have an event and when the user(client browser) click on that event it will call the shadow box or light box... any idea would help.. thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
覆盖 eventClick 回调并使用该事件数据打开阴影/灯箱。
这是一个人为的例子:
Override the eventClick callback and open the shadow/lightbox with that events data.
Here's a contrived example: