Hacker News new | ask | show | jobs
by alex_doom 4408 days ago
>only after some interaction with javascript on the page

That's why I will use a prefix js-[something] for elements that will interact with javascript and then user other classes for style so nothing gets removed by accident by others.

1 comments

Smart. I end up grepping the whole codebase by hand for each class I want to remove, but even that isn't perfect.