Is there a simple JavaScript slider? - Stack Overflow most recent 30 from stackoverflow.com2010-03-21T05:32:47Zhttp://stackoverflow.com/feeds/question/173046http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider4Is there a simple JavaScript slider?Unkwntechhttp://stackoverflow.com/users/1152008-10-06T02:21:56Z2009-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#17304910Answer by John Millikin for Is there a simple JavaScript slider?John Millikinhttp://stackoverflow.com/users/35602008-10-06T02:24:26Z2008-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#1731003Answer by pkaeding for Is there a simple JavaScript slider?pkaedinghttp://stackoverflow.com/users/42572008-10-06T03:02:12Z2008-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#1731382Answer by Ates Goral for Is there a simple JavaScript slider?Ates Goralhttp://stackoverflow.com/users/235012008-10-06T03:40:55Z2008-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#1737230Answer by Hasan Tayyar BEŞİK for Is there a simple JavaScript slider?Hasan Tayyar BEŞİKhttp://stackoverflow.com/users/244392008-10-06T09:51:00Z2008-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&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:tr:official&client=firefox-a" rel="nofollow">google</a></p>
http://stackoverflow.com/questions/173046/is-there-a-simple-javascript-slider/173830#1738304Answer by Alexander Gyoshev for Is there a simple JavaScript slider?Alexander Gyoshevhttp://stackoverflow.com/users/254272008-10-06T10:38:46Z2008-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#1738882Answer by olle for Is there a simple JavaScript slider?ollehttp://stackoverflow.com/users/224222008-10-06T11:07:24Z2008-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><input type="range"></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#10256220Answer by kuljeet for Is there a simple JavaScript slider?kuljeethttp://stackoverflow.com/users/02009-06-22T05:47:09Z2009-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#18885730Answer by unigg for Is there a simple JavaScript slider?unigghttp://stackoverflow.com/users/1759622009-12-11T14:53:00Z2009-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>