开发者

Fancybox and Awkward slider

开发者 https://www.devze.com 2023-03-29 03:23 出处:网络
I am trying to get the fancybox plugin to work nicely with the awkward slider. The fancybox pop-up works but only for the firs开发者_JAVA百科t image. The other images don\'t work.

I am trying to get the fancybox plugin to work nicely with the awkward slider.

The fancybox pop-up works but only for the firs开发者_JAVA百科t image. The other images don't work.

It seems that once the awkward plugin has been clicked the fancybox plugin is not working anymore.

No firebug errors in console. Here is the example: http://www.awkward.interfacecreation.com/

Any ideas?


Awkward slider creates the elements on demand and events are lost for unloaded elements.

Try using the .live function of jQuery to call the events

$(".awkward a").live("click",function(){
  $.fancybox({
    'href'          : 'bigimage.jpg'
  });
});
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号