Hello, in this jQuery video, I'm going to show you the key press event. So if you have not done the key down video, if you haven't gone through that, I'd highly recommend it prudent to be standing on from that from that. Okay, so just a little quick recap. The key down is triggered when the key pressed down. And whilst it is constantly you know, pressed that I haven't let go the key you probably heard that the key got released. So if you just want like one single click, when you actually push it down, you want the key press and we can literally copy and paste this.
Leave that changes to press. You can have an event dot which will say single reload. I'm going to press the A key as you can see, this is constantly getting triggered compared to this is only triggered when we actually initially press it down. So that's the difference in the key down and the key press events. Stay tuned for the next part of the series, which will cover the key up event. Thanks for watching, and I look forward to seeing you in the next video.