A graphical widget in a GUI with which a user may set a value by moving an indicator.
0
votes
1answer
16 views
jQuery replace image source in a list with next one, and start over at the end
I have set of images, and need to replace their source with next one. I managed to do that, but how to make it to loop infinite, so last image should get source of first image, etc.
I - 1,2,3,4,5
II ...
0
votes
1answer
13 views
KendoUI slider doesn't work in kendoUI view
I have such a sample code.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<link ...
0
votes
1answer
21 views
How can I use this jQuery image zoom plugin with jQuery image sliders?
So I have got this great plugin , that zooms through images with a lens effect. Uptill now it is working for single images but what I want is to apply the zoom effect on images that are in my jQuery ...
0
votes
1answer
14 views
Gwtquery: set an int value to a sliderbar
I've a slider-bar created by gwtquery in the following manner:
slider = $(panelPpal).as(Ui).slider(sliderOptions);
I'm trying to set programmatically an int value to that slider. Then I'm issuing: ...
0
votes
0answers
16 views
Adding Post Title to Canyon Theme Slider
I'm using Wordpress Canyon Theme in my website (http://thomasconti.blog.br/). The slider works fine but it would be really great if it also showed post titles and in larger letters, instead of just a ...
0
votes
0answers
19 views
How do I retreive slide index on ResponsiveSlides
Here is the granted pull-request to allow this, I am just not sure how to retrieve it.
$("#elm").responsiveSlides({
before: onBefore// Function: Before callback
});
function onBefore(???) {
...
-1
votes
0answers
14 views
html5 canvas draw line using slider
I am trying to move a line with the slider. So as I am move slider I should be able to draw a line and also I am trying for curve also. As I move slider I should be able to draw a curve on the ...
0
votes
0answers
15 views
I want to find which tick I clicked on a slider tickbar
I have OnRender a slider's tickbar and Restyle the ticker in WPF, now I want to click each tick on tickbar to find out which tick I clicked, then get this tick's information? anybody have ideas? Can ...
-4
votes
1answer
34 views
100% width for slider [closed]
I'm trying to put a slider into my portfolio. The slider should fill the browser from the left to the right side no matter the size of the window.
I'm working with CSS and tried to write width:100% ...
-1
votes
1answer
39 views
Slider id selector not working
I'm trying to select a slider and retrieve the value from it but it throws undefined.
Here's the html code for the slider and the collapsible containing the slider:
<div ...
-4
votes
0answers
19 views
What is this javascript slider effect? Can someone send me an example of similar jquery or javascript plugin? [closed]
Does anyone know how to replicate the effect on "Cineasta da semana" javascript slider I found on this website?
http://www.boitedufilm.com/
Is there any plugins (js or jquery) that you know that ...
0
votes
2answers
23 views
How to bind value and event kendo slider and kendo observable class
I was trying to bind input box to kendo slider and this how lead me. If you have better way on implementing a requirement like this please share also. Thanks.
0
votes
1answer
43 views
Jquery animate only working on first click
So I have the following basic html
<div id="front-page-slide">
<div id = "slider-panel">
Social Logins here
<div id = "slide-now-text">
<span ...
0
votes
0answers
28 views
Extjs Range/double slider
I am trying to implement a slider with two thumbs. Each thumb can be moved on the scale and the whole range/window should also be movable so that user can filter data with a specific range. Something ...
0
votes
1answer
31 views
How to make “Page Slider” Jquery and WordPress
I'm looking to create a website that has a similar sliding navigation effect found here on Toyota's website.
http://www.toyota.com/4Runner/#!/Welcome
You'll notice the site's content slides up and ...
-3
votes
0answers
16 views
Increase sensitivity of sliders?
I'm using the jQuery UI slider element in a web app involving graphical editing, and I'd like the user to be able to very finely adjust things such as gamma and brightness. I'm finding the slider to ...
0
votes
0answers
16 views
Sliding divs in and out from off screen position
I have a series of full screen divs, 1 active (HOME), the rest are all positioned off screen (right) using absolute left:100% (ABOUT US, CONTACT US ETC).
Each div has its own set of navigation ...
0
votes
0answers
10 views
Flexslider issue in Firefox - first slide doesn't load properly
The slider works fine in all other browsers, but when I open my site in Firefox the contents of the first slide appear for about half a second then disappear.
The other two slides load in fine, and ...
0
votes
1answer
13 views
TelerikGrid is too large after ajax
I have implemented to RadGrid inline inserting and editing.
Some templates are in edit mode larger, then in standard mode, RadGrid is exactly over whole screen. In edit/insert mode is a little ...
0
votes
2answers
26 views
Jquery slider first item title issue
I'm working on a Jquery slider (caroufredsel), where I want some elements to be shown above the slider itself, so outside of the wrapper. I managed to get this working, unfortunatly not for the first ...
-2
votes
0answers
12 views
Jquery plugin like this [closed]
Based on this photo.
Does anyone here if this jquery lightbox gallery plugin already existed?
http://postimg.org/image/fv741yb2l/
Specs
responsive
lightbox gallery
thumbnails with slider button ...
0
votes
0answers
37 views
bxSlider not working in IE10
bxSlider is not working on IE10, it is working fine in IE8 and IE9,
it is working on IE10 on mode:'fade' but not working on 'horizontal' all mode of bxSlider are working on Mozilla and Chrome.
Where ...
0
votes
0answers
42 views
Why wont Twitter bootstrap Carousel slide?
Hello I am working with the Carosuel for bootstrap. The problem in that my pictures will not change. My browser url changes when I click the next arrow. It goes from http://0.0.0.0:3000 to ...
0
votes
0answers
21 views
Jquery Slider - update value
I am using the following to update the slider value:
$("#slider").slider("option", "value", intervalCounter);
It works for single change, however if I use it in an animation it stops the animation
...
0
votes
1answer
16 views
Is there a jquery slider that shows the thumbnail when you hover over the pagination bullet
I want to have the bullet pagination but when the user hovers over the bullet it shows the thumbnail on top of it. is there a slider that does this already?
0
votes
0answers
23 views
Blog posts slider - any ideas ? (Orchard CMS)
Is there any possibility to make slider with blog posts in easy way ? (image + some text)
I have tried Featured Item Slider - great extension, but it show only content type called Featured Items, so ...
0
votes
1answer
34 views
Having trouble using jQuery to open first li of accordion slider
I have tried a few different methods to have the first li of the accordion slider open by default but nothing is working properly.
I have tried to add the class active but it doesn't do anything ...
0
votes
0answers
19 views
Image Slider not working in IE
I have a site that I am working on an image slider based on JQuery. It works in Safari, Chrome and Firefox but not in IE. The site is:
Related Code:
You can find the Javascript code here: ...
0
votes
0answers
32 views
JQuery UI Range Slider (gets values when stop sliding)
I try to insert the slider in my shop for searching articles in specific price range.
The Shopsystem works with smarty template engine.
When the preselection from the slides are finishes the page ...
-2
votes
2answers
34 views
Jquery slider setinterval not working. [closed]
What is a problem with this code? Actually, I am trying to implement simple image slider on my html page,
I got error on setInterval function, I cant find it. I try to find out error from console but ...
0
votes
1answer
19 views
jQuery slider output
I have this strange problem. Here is my fiddle: http://jsfiddle.net/m6qJC/7/
And as you can see, it should take value of a first slider, then the second one, do some calculating and print result. ...
0
votes
0answers
46 views
A Slider with Ajax-loaded content
I have this following page pagination:
<div class="pagination-centered hide">
<ul class="pagination">
<li class="current"><a href="">1</a></li>
...
0
votes
1answer
16 views
JavaScript Animations: value of changed property after animation?
I have some javaScript code which slides the div from left to right by changing its 'left' css property when mouse is clicked on div. The code is working perfectly fine.
Initially, div's 'left = 0'
...
0
votes
0answers
17 views
How to get a 2 way seekbar or slider
Android SeekBar currently supports only 1 way sliding. How to have a seekbar which slides 2 way, like a range selector.
I read this:
Android Seekbar with two thumbs
which points to this:
...
0
votes
1answer
57 views
Foundation 4: Orbit: Initialitation after page loading & Ajax: Reinitialization
(1) I’ve got an project and I want to use the integrated slider from Foundation 4 (Orbit). My problem is, that I only want to initialize the slider (or to start the plugin) when the browser have a ...
0
votes
0answers
7 views
Pixastic don't work editing an image with slider
I'm having trouble with pixastic library and jQueryUI sliders. I'm tring to do an Image Editor with any HTML5 library. I've been testing CamanJS and Pixastic libraries and both give me the same error. ...
0
votes
0answers
27 views
Need: Fixed dimensions centered slider with content in fixed block
I've used many sliders before but none of them seem to work in the way I'd like for this one website.
Basically my website is full width, but all of the content fits within a 960px centered block. ...
0
votes
0answers
17 views
Content slider not adjusting first panel height on load
I have tried a couple of content sliders that adjust their height to each panel's needs, however when the page first loads, there is extra space underneath the initial panel. Once they slide to the ...
0
votes
0answers
20 views
Cycle2 Plugin doesn't slide
I am create a page using jquery and cycle2 plugin, but the slider is not working. I looked around the template failure for almost an hour and found nothing. The website link is here, put four images ...
0
votes
1answer
66 views
Adding Revolution Slider to WordPress Theme Error
I am trying to add the Revolution Slider to a custom wordpress theme.
I purchased and downloaded the slider plugin and installed it to my wordpress theme.
I created some slides, but they are not ...
0
votes
0answers
34 views
Custom slideshow effect added in the progress bar with dots.
I'll be honest with you all; I'm totally not a developer and specially not with Javascript. I want a custom to create a custom slideshow and I specially liked one kind:
...
0
votes
1answer
18 views
Fix lagging jQuery UI Slider update values
http://jsfiddle.net/emcniece/7Zj7M/2/
I can't figure out why the slider slide: function() only seems to update to the previous position. The sliders and labels start at the correct locations (1 and ...
0
votes
0answers
32 views
Wordpress. NextGen Gallery, JJ NextGen JQuery Slider (Not Sliding)
Hi everyone i got a theme for a word press installation which came off O Desk and didnt get commented very well, ive been trying to figure out how to sort the slider out on the headded. like the ...
0
votes
1answer
27 views
JQuery UI two dependent sliders with different values
I have a little problem with the JQuery UI Slider.
I want to make two sliders as described below
First Slider - is the number of days from 1 to 365
Second Slider - the a percent from 5 to 30.
For ...
0
votes
1answer
36 views
CSS3 parallax bug in IE8 and 9
I am modifying this parallax CSS3 slider code that I got from http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/.
It works in ff, chrome, ie10 ..but in IE 8/9 i got ...
0
votes
0answers
91 views
nivo slider not working in internet explorer 8
I am relatively new to web design. Nivo Slider works on Chrome, FF, Safari, but it does not work on Internet Explorer 8 and below.
I have been looking around google and stackoverflow for quite some ...
-2
votes
0answers
29 views
How was this website's content slider made? [closed]
Does anybody know how this website's content slider is programmed?
http://de.wix.com/website-template/view/html/tattoo-designs
I tried many content sliders, but this one works so well!
Where can I ...
-8
votes
0answers
38 views
Slider wheel just like in our competitors [closed]
It's me again.
I want to ask you. Does anyone know is there a free skript to create such interface
the scroll range wheel (don't even know how it names right)
In jquery, jquery ui, but javascript.
...
0
votes
2answers
101 views
Placing jquery navigation buttons over slider
Thanks man,
It took me a while but here's the code. I hope this works. I've never used this forum before.
My Code:
<html>
<div class="container">
<div id="slides">
...
0
votes
0answers
19 views
map highlight.js / hotspot in responsive webdesign
So I am rebuilding a page in my website because my client has asked for a change in transitions for the full page slider. I realized that the old code the old developer used for the maphighlight.js ...



