Fancybox Slideshow works only once

坚强是说给别人听的谎言 提交于 2019-12-06 03:08:02
JFK

I can confirm that there is a bug if using jQuery 1.9.x

Fancybox v2.1.3 was broken using jQuery 1.9.x as you can see it here. Then v2.1.4 was released to make it work with jQuery v1.9.x but it seems to me that the buttons helpers js file has to be patched as well.

As a workaround, you can rollback to jQuery v1.8.3.

See a working JSFIDDLE using jQuery 1.8.3.

See a broken JSFIDDLE using jQuery 1.9.1.

PS. I did open an issue at github

** UPDATE :

The issue was fixed in the last commit (not updated in fancyapps home page samples neither the downloadable file though)

I don't know if this causes your problem, but if you set jQuery.noConflict(); you have to use jQuery instead of $ like this: jQuery('.fancybox').fancybox({...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!