Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery plugins 带有数字和文本分页的Jquery循环插件_Jquery Plugins - Fatal编程技术网

Jquery plugins 带有数字和文本分页的Jquery循环插件

Jquery plugins 带有数字和文本分页的Jquery循环插件,jquery-plugins,Jquery Plugins,我已经具备了jquery循环插件的基本功能。我已经在上设置了一个测试页面,但是想知道为了使页面类似于此,我需要做哪些更改 这就是我调用分页函数的方式,但是我在插件本身中没有看到任何允许我将分页器链接包含在 $(document).ready(function() { $('.promogallery').before('<div id="promonav">').cycle({ fx: 'fade', // choose your transition typ

我已经具备了jquery循环插件的基本功能。我已经在上设置了一个测试页面,但是想知道为了使页面类似于此,我需要做哪些更改

这就是我调用分页函数的方式,但是我在插件本身中没有看到任何允许我将分页器链接包含在

$(document).ready(function()
{
    $('.promogallery').before('<div id="promonav">').cycle({
        fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
        timeout: 3000,
        pager: '#promonav',
        before: function()
        {
        }
    });
});

在您的CSS中尝试以下内容以获得#promnav a、#promnavycle strong

 border-style:dotted;
 border-style:dotted;