使用bxslider,是否有某种方法可以删除或隐藏幻灯片底部的项目符号? [英] Using bxslider, is there some way to remove or hide the bullets at the bottom of the slide?

查看:83
本文介绍了使用bxslider,是否有某种方法可以删除或隐藏幻灯片底部的项目符号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用bxslider制作一个简单的轮播,每张幻灯片一个jpg。由于我有8个jpg,因此每张幻灯片的底部显示8个项目符号。我可以通过某种方式删除或隐藏它们。

I am using bxslider to make a simple carousel, one jpg per slide. Because I have 8 jpg's, there are 8 bullets that are displayed at the bottom of each slide. Is there some way for me to remove or hide them.

推荐答案

bxslider有一个名为 pager的选项,可以用来布尔值true / false。
使用以下代码:

There is an option of bxslider called "pager" that can take boolean true / false. Use the code below:

$(document).ready(function(){
    $('.bxslider').bxSlider({
        pager: false
    });
});

这篇关于使用bxslider,是否有某种方法可以删除或隐藏幻灯片底部的项目符号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆