681 questions
0
votes
0
answers
141
views
Is there a way to fix the broken swiper slider?
In the previous few days, I had the swiper slider or sort working well, but then I'd try making more sliders for the page, and when things started to tangle, my landing page became a mess, and I don't ...
0
votes
0
answers
33
views
Set value JQUERY UI Slider with LeaFlet map
im willing to modify the time value of the Leaflet TimeSlider plugin, i have this plugin that i modified so i can see in locale format.
https://github.com/carlosign/LeafletSlider-LocalTime/blob/master/...
0
votes
0
answers
77
views
How to sync two LightSlider sliders together?
I am trying to sync two LightSlider sliders together on a page using the asNavFor option, but I'm having trouble getting them to work together. I have followed the documentation on the LightSlider ...
-2
votes
1
answer
176
views
How to make jquery .range() slider fire only when the cursor / finger is released?
I am using a jquery slider for selecting the age range. It has a minimum and maximum value from either ends. When the slider is dragged from any side whether left or right, it continuously fires N ...
0
votes
1
answer
102
views
Facing multiple Issues while trying to implement JQUERY UI range slider
I've to create a slider which has 2 circles, one is set to 25%(draggable) and another one is set to 100%(static). While drag once it gets 100% left circle should completely overlap to right(static) ...
2
votes
1
answer
411
views
Programmatically animating a JQuery Slider
I'm trying to programmatically change/animate a JQuery slider. In this example there are two arrays: one for the value to be changed and one for the duration between changes. If you look at the ...
-1
votes
2
answers
318
views
i am using a slider but when i code it. tooltip is not moving and hover is also not working
I am using this website https://www.jqueryscript.net/demo/Highly-Customizable-Range-Slider-Plugin-For-Bootstrap-Bootstrap-Slider/ for slider and i am using Custom tick marks slider but the tooltip is ...
1
vote
0
answers
187
views
Implement autoplay in jquery slider
I'm trying to figure out how to implement an autoplay function in a jquery script called Momentum Slider (link and demo), this script creates a horizontal slider that could be used for displaying ...
1
vote
1
answer
300
views
How do you output a Coldfusion variable within jquery script?
In coldfusion I have this part of the jquery ui slider script:
$("#slider-range_sun").slider({
range: true,
min: 0,
max: 1440,
step: 15,
values: [375, 1020],
The last line ...
2
votes
1
answer
1k
views
Range Slider that accepts User input to set the range?
I'm beginning to think this might not be possible? I have looked around thoroughly and cannot seem to find a case where user can input numbers into 2 different boxes, hit enter, then have the range ...
2
votes
2
answers
302
views
jQuery Range Slider using default attribute values
I am using jquery Range Slider which has the following code.
$("#maxAge").slider({
range: true,
min: 18,
max: 75,
values: [20, 45],
slide: function(event, ui) {
$(&...
0
votes
0
answers
103
views
Make Middle Slide as Active in Light Slider
I cant figure out how I can make the middle slider as active instead of the first slide in light slider. Can someone help me?
0
votes
1
answer
277
views
jquery ui slider not hitting end points
I have a jquery ui slider on my website. It starts at the left-most point, value 500. It should slide all the way to the right-most point, value 38,000. The problem is that once you begin sliding the ...
-1
votes
1
answer
2k
views
how to create Dyamic React responsive carousel
I Have been working in dynamic Image and Video Gallery in React JS. I Want to implement the Carusoal to view the image and video in slider concept.
1
vote
1
answer
107
views
JQuery slider doesn't interact with data drawn in vertical line with d3
I am trying to get my data to interact with the jQuery slider. My Data is represented with vertical lines in steelblue, but the jQuery slider only interacts with the lightgrey vertical lines xAxis ...