Starting to Use Web Storage in HTML5
To use Web Storage, we need to be both using HTML5 and JavaScript. Luckily Bootstrap is based on the HTML5 so that makes that part easy. To work with web elements, we can use JavaScript to access them, or jQuery, which is a little easier to identify individual elements in a script. Luckily for us,…