tinyfilemanager
tinyfilemanager copied to clipboard
Unique classes for all buttons or ID
Please, add unique classes or IDs for all buttons, I'd like to hide some of them by CSS or the option to hide them ... Thanks!
It makes sense to add IDs to HTML elements because they provide a unique identifier for each element on a web page. This can be useful when styling the page with CSS or manipulating it with JavaScript. With IDs, you can apply styles or functionality to a specific element without affecting others.