Exercise:If you press a keyboard key inside the <input> element, it should be hidden. Use the correct event to do so. Syntax hint: $("element").event(); |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|