开发者

What's this slider?

i Wanna Know what kind of Slider do they use in this Page ? http://negarkhaneh.ir/ (that slider which is upper than Footer showing off pict开发者_运维问答ures) tnx,


<script src="http://negarkhaneh.ir/js/jquery.cycle.js" type="text/javascript"></script>

jQuery code:

$('#NewsSlider').cycle({
fx: 'scrollHorz',
// timeout: 5000,
timeout: 6000,
speed: 300,
pause: 1,
//prev: '.NewsSliderPrev',
//next: '.NewsSliderNext',
pager: '.NewsSliderNav',
pagerAnchorBuilder: pagerFactory
}); 


Hmm. Right-click -> View Source. Script tag references 'jquery.cycle.js'. Therefore, the site uses the JQuery Cycle plugin, from malsup.com, found at http://jquery.malsup.com/cycle/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜