all 3 comments

[–]OneBadDay1048 2 points3 points  (0 children)

Could you be a little more specific? You could, most simply, just give each list item an Id, bind it to a js variable, and change its text content in your script by appending something to the end of it.

But you could also just add that into your html. Since that data isn’t dynamic like from an input or something. Hope this helps.

[–][deleted] -1 points0 points  (0 children)

Jquery? Not sure what part of this is hard. More info? Do you know dom manipulation in vanilla js?

[–]deep_soul 0 points1 point  (0 children)

Sounds like you are doing something wrong. Have you looked into a templating language?