A graphical widget in a GUI with which a user may set a value by moving an indicator.

learn more… | top users | synonyms

0
votes
1answer
77 views

jQuery select box maximum in select box group

Good morning, I need a "Range" picker for jQuery. Is there one in jQuery or jQuery-UI? For example: I have 3 select boxes with a sum of 2. In one select box of the select box group, i select the ...
0
votes
0answers
116 views

Nivo Slider V3.2 controlNavThumbsFromRel not showing

Previously nivo slider controlnavfromrel works fine for me with V2.5 on wordpress. Since its not sliding anymore after my wordpress update, ive updated nivo slider from v2.5 to v3.2. I've replaced the ...
1
vote
0answers
37 views

wordpress site front page suddenly stopped working

I am using minimatica theme on wordpress site. It's front page slides have suddenly stopped sliding. In console, it gives error "ReferenceError: jQuery is not defined" with the file ...
0
votes
1answer
28 views

Sliders and checkbtton in python 3 and tkinter

How can I make that when checkbutton is checked that then all Sliders move like one by using python 3 and tkinter? Thanks for any help! :)
0
votes
1answer
31 views

Slider with two handles- Silverlight

Is is possible in silverlight to get a slider with two handles? I want to set the max and min value with the same slider. Thanks in advance.
0
votes
1answer
65 views

How can I add a default to my CSS slide show banner?

I used a free CSS slideshow I found on line and edited it, and I can't figure out how to add a default image. I created a fiddle to show my code: [link] Also, in the code, the: <img id="imageX" ...
0
votes
0answers
69 views

Multiple Google Map inside v-ticker slider: PHP & Javascript

I have added Google map inside v-ticker slider and it works fine except that when the slider rotates the second time it looses the Google Map Marker. Any advice. below is the Code // Calling google ...
0
votes
3answers
95 views

jquery slider output in real time

I have this code: MyFiddle HMTL <p>Money: <span id="amountDisp">500</span><div id="amount_slider"></div></p><p>Time: <span ...
1
vote
0answers
164 views

Required a jquery slider that support table based structure

I have a jquery slider for images and in HTML version it works fine but in asp.net datalist not. Can I add any compatible juqery for table based structure? Actually, ASP.NET datalist renders TABLE, ...
0
votes
1answer
166 views

MVC 4 Bootstrap carousel, images from a folder in the shared layout

I currently have a static slider implemented in a partial view under the shared folder: @{ ViewBag.Title = "_SliderPartial"; } @*slider*@ <div id="myCarousel" class="carousel slide"> ...
3
votes
2answers
289 views

Nivo Slider Delay only the first image

IT WORKS!!! http://jsfiddle.net/jupago/W6CkP/ Based on this thread: Pause Nivo Slider I was able to figure make it stop on the first image. Here's my code. I'm stopping the animation twice because ...
0
votes
1answer
381 views

jQuery Content Slider w/o Universal Nav Buttons

I'm looking for a jQuery Content Slider plugin (dime a dozen) but I need one that doesn't use a "universal" navigation structure. I need to be able to define my own back and next buttons per slide and ...
1
vote
2answers
255 views

jQuery change href when image slider changes

I have a working image slider that uses jQuery to change the image (yes, I know using background images in DIVs is not the best practice, but it's the only method that works with the rest of my page): ...
0
votes
2answers
49 views

How do I get WP Gallery image information in to loop

I'm making a slider for a site, and the images come from the WP posts' gallery, which works fine. But I want the image information in there to, such as title and description of the image. This is my ...
0
votes
2answers
191 views

Show/Hide div on image click not working

If you go to http://oandg.co.uk.s156312.gridserver.com/#work and select a portfolio item and click 'More' you will see an image and a text box with a little 'i' in the corner. I would like to make it ...
0
votes
0answers
40 views

jquery ui slider for wordpress

I want to know if there is anyway I can implement jquery ui slider with WordPress. I tired so many thing but all failed. The site will have films by year. For example 1930 to 1960. These are ...
0
votes
0answers
72 views

jQuery choppy slider

I'm trying to mimick the slider here: http://coolcarousels.frebsite.nl/c/68/ My example is at: http://studioatrebi.com/test/portfolio.html Slider seems to work fine when left to auto-rotate the ...
0
votes
1answer
63 views

Nav bar sub menu displaying behind images

i have a CSS menu with this CSS Code: #cssmenu ul { margin: 0; padding: 0; text-align: center; } #cssmenu li { margin: 0; padding: 0;} #cssmenu a { margin: 0; padding: 0;} #cssmenu ul {list-style: ...
1
vote
1answer
96 views

Slider which can open picture in fullscreen with fancybox

I tried using Nivo Slider (3.2) with fancybox (2.1.4). Here I have two problems: -By clicking on the image I can only view the same size image as in the slider -Nivo slider image disappears in ...
0
votes
0answers
58 views

slider bar volume control

How do you display a slider bar on a video screen to adjust the volume settings in Actionscript 3? I cant find any tutorials on this please help. Many Thanks
1
vote
0answers
36 views

How to run similar code in a same page

I will try to be the more specific as I can. I have a slider which uses this jquery code: $(document).ready(function() { //rotation speed and timer var speed = 4000000; var run = ...
0
votes
0answers
20 views

Slider Help how to Move it With Mouse

I make Function to Move Slider Auto function move(elem) { var left = 1 function frame() { // left++ // update parameters elem.style.left = left + '10px' // show frame left++ ...
0
votes
1answer
38 views

calling a specific slider directly from the code

I am running a Wordpress website and the theme which I've installed on it, it comes with a nivoSlider which is displayed on the homepage. Right now, I can select which slider to display on the ...
0
votes
0answers
21 views

Slider with transparancy

I'm working on a website with a slider (Nivo Slider) in the header (just wait a few seconds to see the next slide). Everything works fine but if I want to add an image I've to open Photoshop and paste ...
0
votes
0answers
28 views

How To make moving image on Tab when clicked

I am working on android application.There are tabs in bottom of layout .There should be an image on tab which should be move when tab is clicked from current position to clicked tab . how can i ...
0
votes
1answer
272 views

ListFragment with Custom Adapter

I have setup a listfragment in my project. but it seems my fragment cant get it right with my adapter. its because of Context context in MyListAdapter. if i click to correct it. it changes into ...
0
votes
1answer
97 views

Jquery slider above all divs on fixed navigation

I am coding up a page and i have a jquery slider on it called all in one slider. I have chosen to put a fixed nav at the top which is always visable during scrolling. problem is when i scroll past the ...
0
votes
2answers
115 views

MooTools Drag/Slider not operating correctly

I created this JSbin, since I will need this nice slider for something I am creating. The bin can be found here http://jsbin.com/ipoloy/3/edit Since this is my very FIRST time using MooTools not I'm ...
0
votes
1answer
283 views

Inserting jquery slider in gridview rows

-- I am using asp.net to create a gridview control and I want to add a jquery slider in one the column that is set to a predefined value. My approach was to use the gridview's row created event to ...
0
votes
0answers
32 views

YUI Scroller not working in Chrome, working fine in IE and FF

I have a image scroller that's working finr in IE, FF, Opera but not Chrome. Built using YUI. Not seeing any error messages in Chrome Javascript console. Have checked that divs within the slider are ...
0
votes
0answers
43 views

JQMobi dual range slider

Have anyone successfully build a dual range selector using JQMobi? I need a control for selecting a range of values (min and max value using one control)
6
votes
2answers
627 views

JQuery content slider - best practice?

I want to create a website that’s basically a giant content slider, on page load you’d see div 1 (essentially the whole screen) and then you can click the down arrow to go to page 2 etc, when you get ...
3
votes
1answer
87 views

How can i dynamically change the slider thumb icon image in a slider in javafx?

have slider in fxml file : Slider fx:id="slider" minHeight="20" minWidth="-Infinity" prefWidth="300.0" Want an slider thumb icon image to be change from my .java class as I can change ...
1
vote
1answer
81 views

Tabbed panel not showing the slider content

Hi I am using a javascript to get tabs functionality for buttons. In each tab I want to show a slider for which I am showing anything slider. The issue I am facing is the slider content is not showing ...
1
vote
4answers
65 views

Strange 5px Margin

I am building a website here: argit.bounde.co.uk I have been searching for hours to try and find the solutions. I am trying to build my own slider which will be fluid width so I cant define height / ...
0
votes
3answers
82 views

Fluid Width Slider

I am making a website here: argit.bounde.co.uk I have followed a tutorial on making a slider and it works on the principle of having a ul of a big width and then the li's floated. This is then all ...
0
votes
0answers
138 views

Wordpress Evolve Theme: Change Images in Slider

In the Carousel Slider at the Evolve Theme, there are a few sample pictures. How can I change them into new pictures and add an href that an article opens by clicking on an image?
0
votes
0answers
107 views

news slider not working properly in chrome [closed]

On www.mbnusa.biz, my news slider is working properly but when i clicked on previous-- slides it is not aligned left properly, part of the previous slide showing there and current one is cutting from ...
0
votes
0answers
78 views

Slide colorbox from bottom of page to top on load/click

I am using a RoyalSlider within a Colorbox. At the moment if you go to http://oandg.co.uk.s156312.gridserver.com/#work - hover over a thumbnail and click 'Load' you will notice that the colorbox does ...
1
vote
1answer
706 views

simple image slider in jquery

I found some code for an 'image slider' on this site, which I'm trying to change to suit my needs. I want to be able to step through 3 or 4 image files, but I'll settle for two, until I get this code ...
0
votes
0answers
56 views

how should I slide div's only by one step - Any plugin available for this needs?

My one block will look like below. <div class="featuredVideoThumbnailContainer"> <div class="thumbnailBorder" id="featured_thumbnail_container_{$id}"> <a ...
0
votes
1answer
121 views

flexslider stops sliding on touch and dives images in two ios phone gap

If youre working with small slide you will notice they often stall halfways thru the slide. im using slide and not fade. Ive tested this on the basic flexslider example there is. It doenst matter if ...
2
votes
2answers
199 views

jQuery UI Slider, HTML5 FullScreen, Google Chrome and the status bar

So Ive got a jQuery UI slider, and I am using it in HTML5 fullscreen mode on the latest Chrome browser. When the user clicks and drags the slider handle, because jQuery UI draws the slider handle as ...
0
votes
0answers
75 views

Jquery Slimbox2 and slider conflict

I'm completely new to jQuery, and on my website, I have used slimbox2 and a navigational menu, but they don't work with eachother! I have been trawling the internet for ages, but to no avail. THis is ...
0
votes
1answer
151 views

Doing an image slider from scratch

I am working on an image slider. What I'm actually trying to do is placing the images one right by the side of the other, but I've been trying to do that with display: inline-block, also ...
0
votes
0answers
35 views

On hover the Nivo Slider Arrows

I have been searching for a way to make it so the arrows only show on rollover, however the method I found did not work. <script> $(function(){ $('#slider').hover(function(){ ...
1
vote
1answer
146 views

How to make WPF Slider Thumb follow cursor from any point

I have such slider: <Slider Minimum="0" Maximum="100" TickFrequency="1" IsMoveToPointEnabled="True" IsSnapToTickEnabled="False"/> I want to make next behavior: when MouseDown occured at any ...
1
vote
0answers
72 views

Move-to-Position behavior of slider control in WP7

I wanted to know how can I make the slider thumb to jump to the position where I click on the slider. In other words, how can I retrieve the value where the user clicked on the slider (and then I ...
1
vote
1answer
65 views

How to mobile optimize the size on my slider in HTML?

I have a wordpress website called www.ellaror.se On the first page you can se a slider that is working and covering the whole width of the "content" div. But when I browse the website on my phone it ...
1
vote
0answers
501 views

vertical slider push and slide content on click jquery plugin

Does anyone know of a jQuery plugin to slide content up and down on click and push content up or down? If user clicks #nav-1, slide up #slide-1 (pushing #slide-2 and/or 3 down), if user clicks #nav-2, ...

1 3 4 5 6 7 64