如何扩展 jQuery ColorBox 来添加事件?
我是 jQuery 新手,过去 5 年一直使用 Mootools。我喜欢 jQuery ColorBox 模式,但我需要扩展它以包含 onCancel 和 onConfirm 事件。有人可以指出如何将这些事件扩展到 ColorBox。
像这样的事情:
$(".element").colorbox({
onConfirm:function(){
// some function
},
onCancel:function(){
// some function
}
});
I'm new to jQuery, used Mootools for the last 5 years. I like the jQuery ColorBox modal, but I need to extend it to inlcude onCancel and onConfirm events. Can someone point out how these events can be extended to ColorBox.
Something like this:
$(".element").colorbox({
onConfirm:function(){
// some function
},
onCancel:function(){
// some function
}
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有回调:
http://jacklmoore.com/colorbox/
There are Callbacks:
http://jacklmoore.com/colorbox/