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.
  1. $('.ukn-visual-gridsnapr-widget').before('<ul class="ukn-visual-gridsnapr-widget-nav">').cycle({
  2. fx: 'turnDown',
  3. speed: 'fast',
  4. timeout: 0,
  5. pager: '.ukn-visual-gridsnapr-widget-nav',
  6. // callback fn that creates a thumbnail to use as pager anchor
  7. pagerAnchorBuilder: function(idx, slide){
  8. var src = $('img', slide).attr('src');
  9. return '<li><a href="#"><img src="' + src + '" width="60" height="60" /></a></li>';
  10. }
  11. });

以上是关于jQUery循环插件-高级寻呼机的主要内容,如果未能解决你的问题,请参考以下文章

多个 jQuery Cycle 寻呼机导航

带有已定义寻呼机链接的 jQuery 循环

同一页面上多个 Jquery 循环实例的多个寻呼机?

带有寻呼机的jQuery表格排序器单元格高度问题

如何在jquery cycle插件中更改寻呼机文本

如何使用光标和循环显示来自 sqlite 的片段的 recyclerview