2

5 JavaScript Events You NEED To Know 🌏

 2 years ago
source link: https://dev.to/dcodeyt/5-javascript-events-you-need-to-know-1jjl
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Cover image for 5 JavaScript Events You NEED To Know 🌏
Dom (dcode)

Posted on Aug 17

5 JavaScript Events You NEED To Know 🌏

Everybody has their favourite JavaScript event. No? Just me? Well, either way, here are 5 more to add to your collection 👇

1. offline and online

These events let you know when your user's network connection drops out or comes back online, respectively. Especially helpful for good UX! 🖼️

2. hashchange

This one is perfect for building single page applications, or updating page content without refresh. #️⃣

3. transitionend

You can use this event to react to when a CSS transition finishes - great for building beautiful user interfaces 📑

4. load

Maybe you want to do something after an image or page is loaded, or you're just curious how long it takes. Either way, this event will fire off when something loads! 🔃

5. scroll

One of my personal favourites, the scroll event lets you know when the user scrolls down the page. You can do plenty of interesting things with this, but keep handlers for this event light, for performance reasons 🚨🏎️

JavaScript DOM Crash Course

You can find a complete course on the JavaScript DOM which goes over some of the topics covered in this post at the link below 👇
https://www.udemy.com/course/the-ultimate-javascript-dom-crash-course/?referralCode=DC343E5C8ED163F337E1

Course Thumbnail

Happy coding 🤭


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK