Hacker News new | ask | show | jobs
by megous 1137 days ago
Chances for collisions are pretty much nil if you use some prefix standard will never use, like $.

    el.$my_data = ...
And in practice it works just fine.