Questions tagged [bxslider]

bxSlider is a fully responsive jQuery content slider with many flexible customization features. Slides can contain images, videos or HTML

bxSlider is a fully responsive jQuery content slider with many flexible customization features. Slides can contain images, videos or HTML

Some of the features are:

  • horizontal, vertical and fade transitions
  • display and move multiple slides at once (carousel)
  • prev / next, pager, auto controls etc...

This tag should be used when asking questions related to bxSlider. Along with this tag, it is recommended to add the jQuery tag as well.

Links:
website
GitHub repository

922 questions
-1
votes
2 answers

Possible to use bxslider getCurrentSlide method to assign a class to the active slide?

I'm using bxslider with captions only. Using CSS, I've stacked the captions on top of each another. What I want to do now is assign the active caption(or "slide") a class, so I can change its background color. Could this be done using one of the…
manh2244
  • 133
  • 1
  • 2
  • 15
-1
votes
1 answer

ios6 touch event handling javascript

I am trying to improve the touchwipe js. where i want to hanlde only horizontal scroll and if its any vertical scrolling comes up let browser handle my fix works fine in ios5 but in ios6 its getting frezee any idea…
Neha
  • 1,548
  • 2
  • 10
  • 13
-2
votes
1 answer

How to set a jQuery script's options / arguments via a variable

If a script's arguments are like this: .not( '.loaded' ) .bxSlider( { mode: rendered.data( 'mode' ), speed: rendered.data( 'speed' ) } ) …
Cliff P
  • 57
  • 1
  • 7
-2
votes
2 answers

Disable click on bxslider pager

I want to disable click event on bxslider pagers without touching core bxlslider files. Is it possible.. ? Please guide me in right direction. Thanks in advance.
Neeraj
  • 234
  • 1
  • 14
-2
votes
2 answers

Bxslider Not Working on Bootstrap Tabs When i change tab

i am using bxslider on my new web page with bootstrap. I tried to put different sliders for each tab. When website loads first time everything okey but when i change div bx slider is not loading and showing contentet…
user1727482
  • 1
  • 1
  • 1
-3
votes
1 answer

Hidden bxsliders on other tabs

I have problems with bxslider. Check it here When you switch on the other tab bxslider content disappears. Why this is happening? How to fix this bug? $(document).ready(function(){ $('.tabs_menu a').click(function(e) { …
z_u_l
  • 55
  • 1
  • 8
-3
votes
4 answers

Name cannot begin with the ' ' character in jquery if else condition

I am just trying to check the window width and based on the width I change some values using jQuery.