Is there a simple JavaScript slider? - Stack Overflow most recent 30 from stackoverflow.com 2010-03-21T05:32:47Z http://stackoverflow.com/feeds/question/173046 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider 4 Is there a simple JavaScript slider? Unkwntech http://stackoverflow.com/users/115 2008-10-06T02:21:56Z 2009-12-11T14:53:00Z <p>I need to create a custom volume slider for a WMP object. The current slider is complicated to modify, and use, is there a simple way to generate a slider on an HTML page that can have it's value passed to a javascript function?</p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/173049#173049 10 Answer by John Millikin for Is there a simple JavaScript slider? John Millikin http://stackoverflow.com/users/3560 2008-10-06T02:24:26Z 2008-10-06T02:24:26Z <p><a href="http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.slider.html" rel="nofollow">jQuery UI Slider</a> (<a href="http://docs.jquery.com/UI/Slider" rel="nofollow">API docs</a>)</p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/173100#173100 3 Answer by pkaeding for Is there a simple JavaScript slider? pkaeding http://stackoverflow.com/users/4257 2008-10-06T03:02:12Z 2008-10-06T03:02:12Z <p>script.aculo.us has a <a href="http://github.com/madrobby/scriptaculous/wikis/slider" rel="nofollow">slider control</a> that might be worth checking out.</p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/173138#173138 2 Answer by Ates Goral for Is there a simple JavaScript slider? Ates Goral http://stackoverflow.com/users/23501 2008-10-06T03:40:55Z 2008-10-06T03:40:55Z <p>The lightweight MooTools framework has one: <a href="http://demos.mootools.net/Slider" rel="nofollow">http://demos.mootools.net/Slider</a></p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/173723#173723 0 Answer by Hasan Tayyar BEŞİK for Is there a simple JavaScript slider? Hasan Tayyar BEŞİK http://stackoverflow.com/users/24439 2008-10-06T09:51:00Z 2008-10-06T09:51:00Z <p>It will be more professional if you use Jquery UI Slider (</p> <p>but if you dont want to use jquery use this one file simple slider "<a href="http://carpe.ambiprospect.com/slider/archive/v1.3/" rel="nofollow">CARPE Slider</a>" or a "<a href="http://markos.gaivo.net/blog/?p=38" rel="nofollow">personal work slider from Marco Samastur(yes simple and dynamic)</a>" </p> <p>or take a look to <a href="http://www.google.com.tr/search?q=javascript+slider&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:tr:official&amp;client=firefox-a" rel="nofollow">google</a></p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/173830#173830 4 Answer by Alexander Gyoshev for Is there a simple JavaScript slider? Alexander Gyoshev http://stackoverflow.com/users/25427 2008-10-06T10:38:46Z 2008-10-06T10:38:46Z <p><a href="http://developer.yahoo.com/yui/" rel="nofollow">Yahoo UI library</a> has also a <a href="http://developer.yahoo.com/yui/examples/slider/slider-ticks.html" rel="nofollow">slider control</a>...</p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/173888#173888 2 Answer by olle for Is there a simple JavaScript slider? olle http://stackoverflow.com/users/22422 2008-10-06T11:07:24Z 2008-10-06T11:07:24Z <p><a href="http://www.whatwg.org/specs/web-apps/current-work/" rel="nofollow">HTML 5</a> with <a href="http://www.whatwg.org/specs/web-forms/current-work/" rel="nofollow">Webforms 2</a> provides an <code>&lt;input type="range"&gt;</code> which will make the browser generate a native slider for you. Unfortunately all browsers doesn't have support for this, however <a href="http://code.google.com/p/webforms2/" rel="nofollow">google</a> has implemented all Webforms 2 controls with js. IIRC the js is intelligent enough to know if the browser has implemented the control, and triggers only if there is no native implementation.</p> <p>From my point of view it should be considered best practice to use the browsers native controls when possible.</p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/1025622#1025622 0 Answer by kuljeet for Is there a simple JavaScript slider? kuljeet http://stackoverflow.com/users/0 2009-06-22T05:47:09Z 2009-06-22T17:34:48Z <p>i need a slider (i.e. i want to move images from left to right and vice versa). All the images will at the top div and slider in the bottom-center. if anyone have something then please send me.</p> http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/1888573#1888573 0 Answer by unigg for Is there a simple JavaScript slider? unigg http://stackoverflow.com/users/175962 2009-12-11T14:53:00Z 2009-12-11T14:53:00Z <p>Here is a simple slider object for easy to use</p> <p><a href="http://www.pagecolumn.com/webparts/sliders.htm" rel="nofollow">http://www.pagecolumn.com/webparts/sliders.htm</a></p>