Reputation: 2081
I am trying to learn JavaScript
.
So I can build my own sliders, rollovers, really awesome JavaScript
web stuff :) - without the use of plugins and such.
I was hoping someone could head me in the directions of building these on my own - tutorials Jsfiddle
, etc. any suggestions?
Upvotes: 1
Views: 1039
Reputation: 1136
this one looks to be written in css and html5 using the type tag
type="range"
http://developerdrive.com/demo/slider_control/demo.html
Upvotes: 0
Reputation: 3606
Something like this?
http://symmetrycode.com/super-easy-javascript-slider-tutorial/
This was one of the first finds in a google search for "javascript slider tutorial". I would suggest using Google for everything else you're after.
Upvotes: 1