I have an input box
and I have a span tag that contains some text:
Waiting for user action..
What I am trying to do is, when the value of the inputbox changes I want it to add(prepend) the value in the span tag in a new line.
So if I keep adding lets say: 1, 2, 3, 4, 5, 6,7,something,or
then the span has
or
something
7
6
5
4
3
2
1
Waiting for user action..
Anyone please help?
Thanks
Praney
I’m no expert but this may help a little.
And a bit of jQuery to update the SPAN.