Questions tagged [sliders]

99 questions
13
votes
8 answers

BxSlider displayes last slide as first slide

I have created 4 sliders. Initially all 4 are hidden (display:none) so I have used this code to display the relevant slider on click of its respective category. The slider configuration. touchEnabled: true, hideControlOnEnd: true, …
Abhimanue Tamang
  • 580
  • 2
  • 9
  • 20
5
votes
7 answers

How not to stop owl carousel on hover?

Currently the carousel stops when you hover it, I've added autoplayHoverPause:false but it doesn't seem to change anything. Is there another option that I could use to stop it from stopping when it's hovered? $('.owl-carousel').owlCarousel({ …
Dana
  • 103
  • 1
  • 1
  • 8
4
votes
2 answers

jQuery UI slider conflicting with jQuery Mobile slider

I am building a jQuery mobile site but also need to use jQuery UI widgets- in particular slider. Problem is that these functions conflict. I really wish that jQm had written their ui stuff with a 'mobile-' prefix but I should think its probably too…
David O'Sullivan
  • 2,819
  • 3
  • 18
  • 24
3
votes
2 answers

Dynamically increase and decrease jQuery slider values

I am having a bit of an issue with regards to jQuery sliders. I've looked around on here at several examples where people seem to be asking the same question but the approved answers given never achieve what they are actually asking for. I've…
jezzipin
  • 3,880
  • 12
  • 43
  • 85
3
votes
1 answer

IPython notebook interactive function: how to save the updated function parameters

I wrote the code below in Ipython notebook to generate a sigmoid function controlled by parameters a which defines the position of the sigmoid center, and b which defines its width: %matplotlib inline import numpy as np import…
MyCarta
  • 730
  • 1
  • 9
  • 32
3
votes
1 answer

Synced Sliders in LabView

In LabView 2009, is there a way to have one control (slider) affect the output and display of another control (slider)? For example, there are two sliders that adjust two separate parameters. I would like to be able to adjust the parameters…
dan
  • 31
  • 2
3
votes
1 answer

form with jquery ui multiple sliders... only one value being submitted for all

I've been schooling myself through stackoverflow and elsewhere and have learned a lot, but am still very new to this. I'm setting up a form with 5 sliders, the values of which will then post to a PHP page. Everything's working fine... except that…
2
votes
2 answers

JavaScript-updating multiple slider innerHTML

I am making a table form where the user will adjust multiple sliders in the table. I want to update the value to be displayed on the screen for each slider. I tried to do this with getElementsByClassName, but when I adjust one slider, the output…
Brent
  • 31
  • 5
2
votes
0 answers

Infinite loop and number of slides on mobile not working with Owl Carousel

I've created a slider using Owl Slider v2.2.1. I have two issues. I need it to have a infinite loop, i'm setting loop:true but it doesn't seem to work. I need there to be a minimum of two slides. I've set this to 2 but it only shows two down to…
user3486427
  • 361
  • 4
  • 14
2
votes
1 answer

Multple Sliders to pass in server.r

Hi i am trying to get several sliders and I want the values of the sliders to be in a matrix. I am trying to get as first step the values to be printed in the page but i get an error of "arguments imply differing number of rows: 2, 0" Please can…
user3285140
  • 33
  • 1
  • 6
2
votes
1 answer

Quadratic Equation In Java With Sliders

I have to design and implement an application that draws the graph of the equation of ax^2 + bx + c where the values of a b and c are set using sliders. I am editing my original post and thus am going to do my best to post an sscce. My code is…
Lou44
  • 65
  • 2
  • 4
  • 13
2
votes
1 answer

Quick Setup of Sliders

Firstly apologies if this has already been asked, it was difficult to search for on the forum. I have numerous sliders on my project. I want to add some buttons to my model so that when I click button A it changes certain sliders to a set value.…
user2960895
  • 101
  • 1
  • 4
2
votes
1 answer

Jquery UI Convert Select's to Range Slider

I already have a function up and running which takes the ID of a select box, hides the select and displays a Jquery UI slider instead. This works great as it fires the auto submit my other AJAX delegate script looks after on the same page. I want…
Dan Smith
  • 19
  • 1
  • 7
2
votes
3 answers

All my (jQuery UI) single sliders get the same value

I want each slider of the same page have it's own value when I slide each one of them. When I slide one of them, the "slider block" of each slider works as planned as the conditional background-color, but the value is the same for all the…
Fabián
  • 546
  • 1
  • 4
  • 29
2
votes
1 answer

Jquery filter with multiple criteria

I am trying to filter a list of restaurant's based on their influences. I would like to use sliders instead of generic categories like Indian/Asian/Mexican/European cuisine. A restaurant could be [{restaurant: {name: 'The Apollon', thumb:…
techii
  • 113
  • 1
  • 9
1
2 3 4 5 6 7