I have the following think.
When a user types a number bigger than 10 then there is a message appeared. How to remove this message let's say after 2 seconds ?
Also if you type a number let's say 8 and hit the backspace, there is a 0 appeared. How to have number 1 appeared in the textbox from the beginning but also any time that the user hits backstage to delete his choice like my example above? I tried to add value="1"
into the textbox but it does not show the result in the div from the beginning.
Thank you for your help
UPDATE I had a small problem with the fiddle, I updated it