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
2 answers

How to implement seiyria-bootstrap-slider

I am getting 2 identical slider bars overlapping. I only want 1 slider bar. Not sure how to implement this plugin. Has anyone used it successfully? Web Document Snippet:
H. Ferrence
  • 7,906
  • 31
  • 98
  • 161
0
votes
2 answers

Dynamically create javascript plugin elements

I'm trying to dynamically add a bootstrap-slider to my webpage. However, the added slider for some reason isn't getting initialized. The following jsfiddle demonstrates my problem: https://jsfiddle.net/hLrptave/1/ I have 2 sliders: one currently…
Johnny Metz
  • 5,977
  • 18
  • 82
  • 146
0
votes
1 answer

Bootstrap-slider won't load

I'm trying to get example #2 to work from here: http://seiyria.com/bootstrap-slider/
crystyxn
  • 1,411
  • 4
  • 27
  • 59
0
votes
2 answers

Bootstrap slider range value text boxes

So basically I tried to achieve what's in this jsfiddle: http://jsfiddle.net/FPCRb/ Have a slider bar for a range of values and two text boxes as well. Here is my HTML table: …
crystyxn
  • 1,411
  • 4
  • 27
  • 59
0
votes
1 answer

change slider value dynamically

I am using bootstrap slider and creating slider controls dynamically in a group of three (Easy,Medium,Hard). I want to change the max value of the remaining two sliders dynamically. Total values of all three sliders in a group should not exceed 100.…
johnny046
  • 23
  • 7
0
votes
0 answers

Using bootstrap-slider and bootstrap-switch in wordpress admin panel

I'm creating a Wordpress theme with an admin panel and I would like to put bootstrap switch and bootstrap sliders like: OR But the problem is that I find the scripts in the page correctly added but nothing happen. I have the scripts enqueued like…
Ary
  • 462
  • 1
  • 5
  • 16
0
votes
1 answer

Bootstrap Slider + Rails: Multiple sliders are loaded on page load

I am using the Bootstrap-slider gem in my Rails 4 wizard and for some reason, when I navigate to the wizard step with the slider, it shows the correct number of sliders, but once I nivagivate to the next step, and then go back to the step with the…
Jeremy Thomas
  • 6,240
  • 9
  • 47
  • 92
0
votes
1 answer

Slide same slider on another with identical values on bootstrap slider

I am using bootstrap slider http://seiyria.com/bootstrap-slider/ for a loan generator. No problem here. But I have to identical sliders, one at the top and the other in a SlideIn box, that will appear when the top is out of the viewport. My question…
Morten Hagh
  • 2,055
  • 8
  • 34
  • 66
0
votes
1 answer

Bootstrap slider is not visable

I am trying to use this bootstrap slider on a site I'm developing and its not displaying at all: slinder I created a plunker here to demonstrate the issue: Plunker Does anyone know how to fix this?
jmona789
  • 2,711
  • 6
  • 24
  • 57
0
votes
1 answer

Bootstrap-slider loading not working

I think I am having an issue with being able to select DOM elements that are part of bootstrap-slider. When I attempt to target them with events such as click, nothing gets fired. When I refresh the page, all events fire properly. Why might this…
Jeremy Thomas
  • 6,240
  • 9
  • 47
  • 92
0
votes
1 answer

How to use/setup seiyria-bootstrap-slider?

I confess I am newbie web developer. I just installed seiyria-bootstrap-slider with bower. I seem to have an issue get it to work. I have loaded the plug-in CSS and the JavaScript into my web page as per below basic instruction set. Below is my…
user1941390
  • 510
  • 6
  • 18
0
votes
1 answer

Get Rails 4 Enum Values Available In Jquery Slider Input

I am preparing an AJAX call and have a few boostrap-slider inputs for variables that correspond to rails Enum variables. I have two questions related this: I display the slider input on the slider. Right now, it shows the integer that corresponds…
Joe D
  • 297
  • 1
  • 12
0
votes
3 answers

Rails 4 - bootstrap slider

I'm trying to setup bootstrap slider to work in my Rails 4 app. I've been struggling for most of the past year in trying to figure out how to make it work. I have tried every combination of html/js in this…
Mel
  • 2,481
  • 26
  • 113
  • 273
0
votes
1 answer

seiyria/bootstrap-slider getValue() not working

I've looked through all the answers on this topic, but for some reason I can't get it to work. I've set up a slider with the following markup:
Yafim Simanovsky
  • 531
  • 7
  • 26
0
votes
0 answers

Bootstrap range sider is not working in Bootstrap Modal box

I am trying to embed an slider in Bootstrap modal but it does not work in modal box however if i put the code outside the modal box it works fine. Here is my code
1 2 3
8 9