Good morning all...
I have a series of <input>s of type text each containg a string of length 4 representing a time, for example '0930'.
I would like the user to be able to change that string using the UP and DOWN arrow keys, so that pressing the UP arrow key would change the string to '0931'...
I have a function that creates and returns an array of <div> each containong an <input> object:
<style type="text/css">
#divContainer { position=absolute; top: 0px; left: 0px; display: block; }
.TimeEditDiv { position:absolute; top: 0px; left: 0px; display: block; }
.TimeEditInput {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.