Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/438.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
Javascript 使用类似“的传呼机响应幻灯片”;“第1页,共5页”;_Javascript_Jquery_Html_Css - Fatal编程技术网

Javascript 使用类似“的传呼机响应幻灯片”;“第1页,共5页”;

Javascript 使用类似“的传呼机响应幻灯片”;“第1页,共5页”;,javascript,jquery,html,css,Javascript,Jquery,Html,Css,我想展示一个像“五分之一”这样的传呼机 传呼机演示: Html: 任何人都有这方面的经验吗?你可以告诉我们关于数字的pager:true $(".product2_image1-rslides").responsiveSlides({ auto: true, // Boolean: Animate automatically, true or false pager: true, speed: 500, // Integer: Speed

我想展示一个像“五分之一”这样的传呼机

传呼机演示:

Html:


任何人都有这方面的经验吗?

你可以告诉我们关于数字的
pager:true

$(".product2_image1-rslides").responsiveSlides({
  auto: true,             // Boolean: Animate automatically, true or false
  pager: true,
  speed: 500,            // Integer: Speed of the transition, in milliseconds
});

你看过文件了吗?这是一个很懒的问题,在你链接到的页面上,希望你至少尝试为自己编写代码。堆栈溢出不是代码编写服务。我建议你做一些,或者通过谷歌,或者通过搜索,尝试一下。如果您仍然有问题,请返回您的代码,并解释您尝试了什么以及为什么它不起作用。问题是,在文档中,它只将寻呼机显示为项目符号,如:(·)()。
$(".product2_image1-rslides").responsiveSlides({
  auto: true,             // Boolean: Animate automatically, true or false
  speed: 500,            // Integer: Speed of the transition, in milliseconds
});
$(".product2_image1-rslides").responsiveSlides({
  auto: true,             // Boolean: Animate automatically, true or false
  pager: true,
  speed: 500,            // Integer: Speed of the transition, in milliseconds
});