Posts by haveros • 13 points
1 post
-
1
votes2
answers1370
viewsQ: How to keep selected checkbox after refresh on page with localstorage JS
I’m trying to keep the checkbox selected even after refreshing on the page, this is my progress: // javascript var s_item = ""; function save(items) { s_item = items; var checkbox =…