Questions tagged [bootstrap-slider]

A slider plugin based on bootstrap css. Supports modern browsers, works with and without jQuery

A slider plugin based on bootstrap css. Supports modern browsers, works with and without jQuery.

Originally began as a loose "fork" of bootstrap-slider found on http://www.eyecon.ro/ by Stefan Petre.

Over time, this project has diverged sigfinicantly from Stefan Petre's version and is now almost completly different.

More information can be found at GitHub Page

121 questions
0
votes
1 answer

One Slider results the summation of another two Sliders using Bootstrap Slider

I am trying to update the value of Slider1 with the summation of Slider2 and Slider3, but it is only showing the value of either Slider1 or Slider2, whichever is moving. I am making some mistake in updating the value tp the Slider1. Here is the…
hawkeye
  • 349
  • 4
  • 21
0
votes
1 answer

Simple_form bootstrap_slider parameters

I'm using simple_form and a bootstrap_slider in a nested form. How do I pass the setup parameters in? I'm using this <%= f.input_field :proficiency, class: 'agt_prof_slider' %> which works fine. The class is used by jquery to update another…
mpipkorn
  • 153
  • 2
  • 9
0
votes
1 answer

Insert all remaining dates until a specific date into a slider

I am using a bootstrap slider for an interest calculator, where I can slide an amount from 0 - 15.000 DKK and another slider that contains remaining days until a specific dates. Those two slider will calculate the interest when money is inserted at…
Morten Hagh
  • 2,055
  • 8
  • 34
  • 66
0
votes
1 answer

Boostrap-slider tooltip doesn't display properly on mobile

The slider works fine on my desktop but on mobile you need to press the circle (mover on the slider) several times for it to get focus and the tooltip to appear, otherwise you'd just be sliding blindly. The slider HTML is:
user1581390
  • 1,900
  • 5
  • 25
  • 38
0
votes
1 answer

bootstrap-slider not initialized

I am trying to use the bootstrap slider from here: https://github.com/seiyria/bootstrap-slider. However I am not able to initialize the slider. My code snippet looks like this:
Biplov Bhandari
  • 390
  • 3
  • 18
0
votes
1 answer

jQuery: Add class based on value of a slider / bootstra-slider.js

I'm using bootstrap-slider.js and I would appreciate if someone could help me add a function to add a class (.active) if the slider has a specific value (ex.1100) with jQuery The class active should be added to an image or a div (i'm using…
ekclone
  • 1,030
  • 2
  • 17
  • 39
0
votes
1 answer

Bootstrap slider image getting stretched in responsive view

is there any solution for bootstrap slider image stretch problem for responsive view ? I don't want to set height default http://getbootstrap.com/examples/carousel/ I tried with the above slider which is an default slider given in twitter…
Saran
  • 388
  • 1
  • 4
  • 16
0
votes
1 answer

Convert values in form box

I'm a bit confused on how this works. I am trying to have the seconds value convereted to a "hh:mm:ss" in the input box when the slider is active. Here the div displays the start time and end time in seconds. And adjusts as they slide
nadermx
  • 2,596
  • 7
  • 31
  • 66
0
votes
0 answers

JQuery Bootstrap-slider function within AJAX/another Function

I am using the JQuery bootstrap-slider setValue and this works: $("#sensor1slide").slider('setValue', [30, 85], false); However, I want to update the slider value with some values returned from an AJAX call, within another function, like…
tomdertech
  • 497
  • 1
  • 9
  • 27
0
votes
1 answer

Using bootstrap-slider as dropdown menu

I'm using bootstrap-slider (http://www.eyecon.ro/bootstrap-slider/) with vertical orientation. Everything is ok, except using it as a dropdown menu.When I move the slider after dropdown, it is not the exact position where I press.Is it a bug? See…
zzzhan
  • 3
  • 2
0
votes
1 answer

link blinks while bootstrap slider slides - Bug in Bootstrap

There is a problem I am facing in my project. I noticed that when the slider slides, the links on page blinks. This is more prominent in ipad. I checked the bootstrap site on ipad and its happening there as well. …
Stacy J
  • 2,721
  • 15
  • 58
  • 92
-1
votes
1 answer

How do I make it possible to slide only to the right when using the bootstrap carousel?

I want to implement it so that I can only slide in one direction, but I don't know how to do it. If I go from the first slide to the second slide, I want to make sure that I don't slide again first. Please tell me how to prevent it from going back…
-1
votes
1 answer

Bootstrap components

Trying to build e-commerce website using bootstrap. I want to know:- 1- how to make items sliders item-Slider 2- Navbar drop menu expanded. Expanded Drop-menu
IBdr
  • 1
  • 2
-1
votes
1 answer

Javascript slider that starts from middle?

I need a slider that will start from the middle. The value should change from 0 to -100 and 0 to +100. Also, the selection (green) should start from the middle, like this The requirement is to use http://rangeslider.js.org/, because its the only…
Jalle
  • 1,566
  • 5
  • 22
  • 42
-1
votes
3 answers

How can I import javascript function in angular2 template

I need slider and I use AdminLTE in my project
Gioli
  • 55
  • 9
1 2 3
8
9