Hi. We have used tag then what should we do if we click from keyboard it's also display in screen ? we are clicking through mouch on each button works but not from keyboard. kindly suggest. Thank you
@auztuts2 жыл бұрын
Hi, sorry , the question is not very clear. What I understood is, you want to show the numbers in display screen while typing in the keyboard. In that case, you will have to implement key press event handling in JavaScript. That is totally different than click event. Hopefully, I will make a new tutorial with key press event handling in future.