How to create a simple spinner in HTML? Or jQuery
08:29 03 May 2012

Is possible to create a spinner in HTML? Only HTML? A tag maybe?

My HTML:



If not can we use some jquery? Something like "datepicker" or like this

$("#time").spinner({ options });

Something realy simple :D

I found this but i can't understand how to use it.

http://docs.jquery.com/UI/Spinner/spinner

EDIT:

IF I USE THIS:



(The diference is the input type)

Chrome automatically creates the spinner (+1/-1) but the same does not happen with firefox (and not tested on IE)

Why people still use other browsers?! :D

jquery html jquery-ui