Category: persistent data

Quick Tip: Persist Checkbox Checked State after Page Reload

This quick tip describes how to have your browser remember the state of checkboxes once a page has been refreshed or a user navigates away from your site to come back at a later date. [author_more] It might be useful to Persist Checkbox Checked State if, for example, you use checkboxes to allow your users to set site-s...

Immutable Data and Functional JavaScript with Mori

This article was peer reviewed by Craig Bilner and Adrian Sandu. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! Functional programming and immutable data are a current focus for many JavaScript developers as they try to find ways to make their code simpler and easier to r...