Browse Source

Fixed regression, not filtering for current slide

pull/87/head
Matt Hinchliffe 12 years ago
parent
commit
dbae274f0b
  1. 4
      responsiveslides.js
  2. 2
      responsiveslides.min.js

4
responsiveslides.js

@ -213,7 +213,7 @@
var idx = $tabs.index(this);
// Break if element is already active or currently animated
if (index === idx || $slide.queue('fx').length) {
if (index === idx || $("." + visibleClass).queue('fx').length) {
return;
}
@ -258,7 +258,7 @@
e.preventDefault();
// Prevent clicking if currently animated
if ($slide.queue('fx').length) {
if ($("." + visibleClass).queue('fx').length) {
return;
}

2
responsiveslides.min.js vendored

@ -1,2 +1,2 @@
/*! http://responsiveslides.com v1.32 by @viljamis */
(function(c,b,a){c.fn.responsiveSlides=function(d){var e=c.extend({auto:true,speed:1000,timeout:4000,pager:false,nav:false,random:false,pause:false,pauseControls:false,prevText:"Previous",nextText:"Next",maxwidth:"",controls:"",namespace:"rslides",before:function(){},after:function(){}},d);return this.each(function(){a++;var q=c(this),E,s,t,B,h,r=0,y=q.children(),m=y.size(),o=parseFloat(e.speed),k=parseFloat(e.timeout),n=parseFloat(e.maxwidth),v=e.namespace,C=v+a,u=v+"_nav "+C+"_nav",F=v+"_here",x=C+"_on",j=C+"_s",i=c("<ul class='"+v+"_tabs "+C+"_tabs' />"),l={"float":"left",position:"relative"},A={"float":"none",position:"absolute"},w=function(G){e.before();y.stop().fadeOut(o,function(){c(this).removeClass(x).css(A)}).eq(G).fadeIn(o,function(){c(this).addClass(x).css(l);e.after();r=G})};if(e.random){y.sort(function(){return(Math.round(Math.random())-0.5)});q.empty().append(y)}y.each(function(G){this.id=j+G});q.addClass(v+" "+C);if(d&&d.maxwidth){q.css("max-width",n)}y.hide().eq(0).addClass(x).css(l).show();if(y.size()>1){if(k<o+100){return}if(e.pager){var z=[];y.each(function(G){var H=G+1;z+="<li><a href='#' class='"+j+H+"'>"+H+"</a></li>"});i.append(z);h=i.find("a");if(d.controls){c(e.controls).append(i)}else{q.after(i)}E=function(G){h.closest("li").removeClass(F).eq(G).addClass(F)}}if(e.auto){s=function(){B=setInterval(function(){y.stop(true,true);var G=r+1<m?r+1:0;if(e.pager){E(G)}w(G)},k)};s()}t=function(){if(e.auto){clearInterval(B);s()}};if(e.pause){q.hover(function(){clearInterval(B)},function(){t()})}if(e.pager){h.bind("click",function(H){H.preventDefault();if(!e.pauseControls){t()}var G=h.index(this);if(r===G||y.queue("fx").length){return}E(G);w(G)}).eq(0).closest("li").addClass(F);if(e.pauseControls){h.hover(function(){clearInterval(B)},function(){t()})}}if(e.nav){var f="<a href='#' class='"+u+" prev'>"+e.prevText+"</a><a href='#' class='"+u+" next'>"+e.nextText+"</a>";if(d.controls){c(e.controls).append(f)}else{q.after(f)}var g=c("."+C+"_nav"),D=c("."+C+"_nav.prev");g.bind("click",function(J){J.preventDefault();if(y.queue("fx").length){return}var G=y.index(c("."+x)),H=G-1,I=G+1<m?r+1:0;w(c(this)[0]===D[0]?H:I);if(e.pager){E(c(this)[0]===D[0]?H:I)}if(!e.pauseControls){t()}});if(e.pauseControls){g.hover(function(){clearInterval(B)},function(){t()})}}}if(typeof document.body.style.maxWidth==="undefined"&&d.maxwidth){var p=function(){q.css("width","100%");if(q.width()>n){q.css("width",n)}};p();c(b).bind("resize",function(){p()})}})}})(jQuery,this,0);
(function(c,b,a){c.fn.responsiveSlides=function(d){var e=c.extend({auto:true,speed:1000,timeout:4000,pager:false,nav:false,random:false,pause:false,pauseControls:false,prevText:"Previous",nextText:"Next",maxwidth:"",controls:"",namespace:"rslides",before:function(){},after:function(){}},d);return this.each(function(){a++;var q=c(this),E,s,t,B,h,r=0,y=q.children(),m=y.size(),o=parseFloat(e.speed),k=parseFloat(e.timeout),n=parseFloat(e.maxwidth),v=e.namespace,C=v+a,u=v+"_nav "+C+"_nav",F=v+"_here",x=C+"_on",j=C+"_s",i=c("<ul class='"+v+"_tabs "+C+"_tabs' />"),l={"float":"left",position:"relative"},A={"float":"none",position:"absolute"},w=function(G){e.before();y.stop().fadeOut(o,function(){c(this).removeClass(x).css(A)}).eq(G).fadeIn(o,function(){c(this).addClass(x).css(l);e.after();r=G})};if(e.random){y.sort(function(){return(Math.round(Math.random())-0.5)});q.empty().append(y)}y.each(function(G){this.id=j+G});q.addClass(v+" "+C);if(d&&d.maxwidth){q.css("max-width",n)}y.hide().eq(0).addClass(x).css(l).show();if(y.size()>1){if(k<o+100){return}if(e.pager){var z=[];y.each(function(G){var H=G+1;z+="<li><a href='#' class='"+j+H+"'>"+H+"</a></li>"});i.append(z);h=i.find("a");if(d.controls){c(e.controls).append(i)}else{q.after(i)}E=function(G){h.closest("li").removeClass(F).eq(G).addClass(F)}}if(e.auto){s=function(){B=setInterval(function(){y.stop(true,true);var G=r+1<m?r+1:0;if(e.pager){E(G)}w(G)},k)};s()}t=function(){if(e.auto){clearInterval(B);s()}};if(e.pause){q.hover(function(){clearInterval(B)},function(){t()})}if(e.pager){h.bind("click",function(H){H.preventDefault();if(!e.pauseControls){t()}var G=h.index(this);if(r===G||c("."+x).queue("fx").length){return}E(G);w(G)}).eq(0).closest("li").addClass(F);if(e.pauseControls){h.hover(function(){clearInterval(B)},function(){t()})}}if(e.nav){var f="<a href='#' class='"+u+" prev'>"+e.prevText+"</a><a href='#' class='"+u+" next'>"+e.nextText+"</a>";if(d.controls){c(e.controls).append(f)}else{q.after(f)}var g=c("."+C+"_nav"),D=c("."+C+"_nav.prev");g.bind("click",function(J){J.preventDefault();if(c("."+x).queue("fx").length){return}var G=y.index(c("."+x)),H=G-1,I=G+1<m?r+1:0;w(c(this)[0]===D[0]?H:I);if(e.pager){E(c(this)[0]===D[0]?H:I)}if(!e.pauseControls){t()}});if(e.pauseControls){g.hover(function(){clearInterval(B)},function(){t()})}}}if(typeof document.body.style.maxWidth==="undefined"&&d.maxwidth){var p=function(){q.css("width","100%");if(q.width()>n){q.css("width",n)}};p();c(b).bind("resize",function(){p()})}})}})(jQuery,this,0);
Loading…
Cancel
Save