开发者

jQuery seamless carousel

I need a jQuery plugin for infinite carousel that's seamless and indicates location.

I tried CorouFredSel but after sliding to anothe开发者_StackOverflow社区r slide this carousel creates a blank space for a while.


I've always been a fan of jCarousel


Check out Orbit for a lightweight semantic-HTML slider:

<div id="featured"> 
  <img src="overflow.jpg" />
  <img src="captions.jpg" />
  <img src="features.jpg" />
</div>

<script type="text/javascript">
  $(window).load(function() {
    $('#featured').orbit();
  });
</script>
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜