How do I create random classes and ids in HTML?
A platform here with whom I work, she, every page update, one day in Footer updates your classes and ids in a random way.
For example, now it looks like this:
<div id="wenro66zls" class="cwenro66zls"></div>
I updated the page, and it was like this (OBS, same div):
<div id="ldj38hec0v" class="cldj38hec0v"></div>
It's kind of a password generation, I do not know ...
Is this done with JavaScript? Is it something simple?