You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if instead of loading JS in the head of the document, it was loaded at the end (right before <body>).
The way it is now it's more tricky to manipulate most items because they are loaded after the JS. Sure, you could use jQuery on ready, or even a vanilla version, but it's not always reliable and it's more of a mess.
Keep up the great work!
The text was updated successfully, but these errors were encountered:
It would be great if instead of loading JS in the head of the document, it was loaded at the end (right before
<body>
).The way it is now it's more tricky to manipulate most items because they are loaded after the JS. Sure, you could use jQuery on ready, or even a vanilla version, but it's not always reliable and it's more of a mess.
Keep up the great work!
The text was updated successfully, but these errors were encountered: