Hello I am curious what would be the best way to keep HTML data that won't be displayed at the initial render however will be used for the future. For instance for tabbed navigation, I need to keep all HTML but not sure what would be the way to achieve it.
I can think of:
- Keep them at some javascript array.
- Keep them as display:none and redisplay once needed;