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
Use a name. Using an ID isn't necessary in HTML 5 and will create global variables in your JavaScript
Many libraries (i.e., not your own JS, but someone else's) use a single global - for example, fineuploader. If you make an element with an ID of fineuploader, you will be unable to use the fineuploader module. Avoiding creating unnecessary globals helps avoid those conflicts.
Stumbled upon this while creating a document. Make of it what you will.
— https://docs.nubits.com/
— https://stackoverflow.com/questions/5319754/cross-reference-named-anchor-in-markdown/17028463#17028463
The text was updated successfully, but these errors were encountered: