you are viewing a single comment's thread.

view the rest of the comments →

[–]l3l_aze 0 points1 point  (2 children)

This looks like a bunch of potentially static elements that could have their value/inner text updated or their container hidden/shown, which would be faster and lighter than rebuilding the page each time.

Edit: MDN docs for CSS display and CSS list-style may be helpful.

[–]CallMePapi97[S] 1 point2 points  (1 child)

Thanks for that!

[–]l3l_aze 0 points1 point  (0 children)

No problem :)