Questions tagged [sliders]
99 questions
0
votes
2 answers
What slider is used on stackexchange homepage?
What slider is used to scroll through the sites on the Stackexchange website? I think it's Anything Slider but can't seem to find where and how it is implemented.
Can anyone show me an example of it or another script that does similar?
Thanks in…

Fraggy
- 569
- 7
- 17
-1
votes
1 answer
Editable Range Slider
I want to change the value of Slider on the basis of Value which I entered.(editable Sliders)

Shantanu Mahajan
- 199
- 1
- 2
- 14
-1
votes
2 answers
adding sliders in R leaflet app
Is it possible to add a slider in R that can change certain values which are visualized?
For a project I want to make a suitability map with a certain amount of layers. The user of the map should be able to change the weights that the different…

ArnJac
- 352
- 2
- 5
- 15
-1
votes
2 answers
How to replace a list of images with jQuery?
I'd like to replace the images in a list item by changing the name from "portrait.jpg" to "landscape.jpg" follow by sequence numbers.
For example:



Chun Pin Chen
- 433
- 1
- 3
- 11
-1
votes
1 answer
Output observable when slider track is clicked
How do I go about about outputting the sliders value (selectedV) when the track is clicked. Currently i can only achieve this by dragging the sliders handle.
I click the track to move the handle the observable does not register.
self.selectedV =…

user994694
- 133
- 10
-1
votes
1 answer
Have a single page vertical sectioned website, at the same time, have some sections(div) have horizontal section (div) sliders
Please see this website as an example
The landing page, has four sliders, which are each separate divs respectively, but at the same time the whole webpage has separate vertical sections.
I know how to do the vertical bit, standard CSS and HTML.…

Muhammed Bhikha
- 4,881
- 9
- 36
- 47
-2
votes
2 answers
Getting values from multiple HTML sliders
I'm looking for a way to grab the values of 2 HTML sliders and append them to a url (which would then be used to change an image source).
This is what I'm currently working with:
var localhost = "http://localhost:8080";
var chemin =…
-4
votes
2 answers
Multiple sliders problems
I have some problem in my program two slides are working automatically but I want two slides have two move same and also i don't want any delay beteween two slides
Please help me
Thanks for help
var mySwiper = new Swiper('#first-slider',{
…
user4910934
-5
votes
1 answer
Problems with slider in angularjs
I have one problem, I am working with angularJS, but i am using sliders by other in a library. The sliders start with $(document).ready(...
The page is within a routeprovider and is divided into two other parts that turn on and off with ng-show. If…

jorgeregidor
- 208
- 2
- 13