Questions tagged [sliders]
99 questions
2
votes
2 answers
How to vertically align multiple images in middle inside div
I am using jQuery.carouFredSel to show banners, so far it works fine except one issue i have banners of variable heights and banner in this slider always come at top if banner is smaller than other banner then i need to align it in middle middle.…

Learning
- 19,469
- 39
- 180
- 373
1
vote
0 answers
2 Dependent jQuery-UI Sliders
I'm trying to develop a loan simulator using 2 jQuery-UI Sliders.
The 1st slider (prazo) represents the length of the loan in months
The 2nd slider (mensalidade) represents how much you'll be paying each month during the loan.
The sliders are of…

mjpramos
- 543
- 5
- 16
1
vote
1 answer
wxPython Sliders that influence each other
I am writing a program based on this matplotlib slider example. Now I want to create a third slider that acts as a parent slider and changes both sliders at the same time. Does anybody know a good tutorial on that topic? Or a way how to implement it…

Christoph
- 1,310
- 16
- 28
1
vote
1 answer
Netlogo - Setting turtles energy with a slider
I know this is some simple thing but i cant seem to get it right and i cant seem to find this answer anywhere.
I have a 2 armies each have "turtles-own[energia base]" . I connected a slider with the global variable "energia" and it said the global…

Mauro Abrantes
- 60
- 8
1
vote
0 answers
Preferred method for achieving specific CSS and/or JQuery slider layout effect
I have a wireframe that I am building.
I have been searching for ways to achieve this slider format but my searches have been limited to carousel sliders that look different than the one I am building.
A few links I have come across that have…

Levi Tardio
- 31
- 2
1
vote
1 answer
PyQt4 - link the extent of a slider to the extent of a plotting axis
Using PyQt4 and matplotlib how can I link the extent (i.e. length) of a slider to the extent of a plot axis in the same window, such that the slider has the same length as the plot axis even when the window is rescaled?

fen
- 91
- 8
1
vote
0 answers
Masterslider - How to synch two sliders
I wish to display two sliders on the website that move in sync when I swipe through them. I am using the masterslider plugin. One way to do this is to give each slider a variable and then use a function on it.
Here is the code that I added in the…

Retos
- 11
- 2
1
vote
2 answers
How to create the same whatsapp slides in jQuery mobile for a phoneGap application?
I would like to create an app with phonegap and implement this Whatsapp slider. I don't know its actual name. Is it possible to do this in jQuery mobile?

Germán Méndez
- 40
- 7
1
vote
1 answer
Event Listener in Matlab Creating new Figure Instead of Updating Old One
Hellooo Fellow Matlabbers
I'm having a bit of trouble with a GUI I'm putting together, basically I have a slider which I'm using to vary the contrast of the image I'm viewing.
The image itself is in an axis figure, and for the last few months I've…

Will Scott-Jackson
- 163
- 1
- 11
1
vote
1 answer
Two jquery form sliders
I need help with two jquery form sliders. I have this code
$("#slider").slider({
range: "min",
value: 10,
step: 10000,
min: 100000,
max: 1000000,
});
$('#slider').slider()
.on('slide', function(ev){
var datafirst = ev.value*(Math.pow(1.11,…

folpy
- 139
- 2
- 10
1
vote
0 answers
Read slider value and set it to an appended tag
What I'm trying to do is to have a generic javascript that can handle multiple sliders. I'm adding a span tag that will hold the value of the slider to each slider. I then want to change the value of the span tag on change event.
My problem is to…

Patrikk
- 31
- 4
1
vote
0 answers
KALLYAS theme Circular Content Style slider not working
I set up KALLYAS theme on my client's WoprdPress site. Everything went well but, the slider doesn't move.
Check this out...
http://www.businessdiligence.co/?page_id=1407
There's no and arrows on the edges of the slider but I can see in the…

Tharindulucky
- 65
- 1
- 12
1
vote
1 answer
jQuery and php includes for an image slider
I am trying to use an image slider like anything slider. When I place all the contents on the same file it works without a glitch, but when I separate the code into the header include, footer include and then the file itself it no longer works.
I…

user2669671
- 11
- 1
1
vote
2 answers
Jquery UI sliders - 2 working together to calculate an amount
I've got 2 Jquery sliders and when I get them working together they break.
The first slider measures weight, and the second exercise. I'm trying to code a final value, the 'outcome' the displays the outcome of both.
When the 1st weight slider…

John Cooper
- 9
- 2
- 8
1
vote
3 answers
changing images automatically with javascript
I have the current JavaScript problem. I have four divisions next to each other on my website that constantly rotate images on a 10 seconds interval. I need these intervals to keep rotating images at the current interval but start 5 seconds apart…

AJ Basson
- 13
- 1
- 1
- 3