jQUery循环插件-高级寻呼机
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQUery循环插件-高级寻呼机相关的知识,希望对你有一定的参考价值。
Version differs slightly from the demo, as the src for the thumbnail image is a child of the demo example, so has been slightly modified.
$('.ukn-visual-gridsnapr-widget').before('<ul class="ukn-visual-gridsnapr-widget-nav">').cycle({ fx: 'turnDown', speed: 'fast', timeout: 0, pager: '.ukn-visual-gridsnapr-widget-nav', // callback fn that creates a thumbnail to use as pager anchor pagerAnchorBuilder: function(idx, slide){ var src = $('img', slide).attr('src'); return '<li><a href="#"><img src="' + src + '" width="60" height="60" /></a></li>'; } });
以上是关于jQUery循环插件-高级寻呼机的主要内容,如果未能解决你的问题,请参考以下文章