我试图打开一个羽毛画廊从svg路径上的点击事件,但没有运气。我可以得到一个正常的画廊(如羽毛光画廊的例子)工作良好,但触发画廊从非画廊元素只是不能工作。
到目前为止,我的情况如下:
$(document).ready(function() {
$('#svg-path').on('click', function(){
$('.gallery-items').featherlightGallery({
openSpeed: 300
});
})
})发布于 2016-06-30 23:56:02
调用$.featherlightGallery(...)打开库;$(...).featherlightGallery)用于绑定。
https://stackoverflow.com/questions/38130345
复制相似问题