tudousi / ck_slide

图片轮播

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图片轮播一圈后点击事件无法生效

violetdream opened this issue · comments

需要在js里加入z-index
$(this).find('.ck-slide-wrapper li').eq(hide).stop().animate({"opacity":"0","z-index":"0"});
$(this).find('.ck-slide-wrapper li').eq(show).show().css({"opacity":"0"}).stop().animate({"opacity":"1","z-index":"1"});