Jamie
Jamie

Reputation: 2081

BASIC Javascript slider/rollovers NO JQUERY

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

Answers (2)

case1352
case1352

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

Mat Richardson
Mat Richardson

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

Related Questions