登入選單
返回Google圖書搜尋
Web Storage API
其他書名
Learn how to store data from your website with JavaScript
出版J.D Gauchat, 2018-01-02
URLhttp://books.google.com.hk/books?id=nhBFDwAAQBAJ&hl=&source=gbs_api
EBookSAMPLE
註釋

 Learn how to use the Web Storage API to store information on the user's computer. After reading this guide, you will know how to define a temporary or permanent storage space for your website, and how to store and retrieve data.

Table of Contents

WEB STORAGE API

Storage Systems

Session Storage

Storing Data

Reading Data

Deleting Data

Local Storage

Storage Event

QUICK REFERENCE

Storage

Event

This guide assumes that you have a basic knowledge of HTML, CSS and JavaScript, and you know how to create files and upload them to a server. If you don't know how to program in HTML, CSS or JavaScript, you can download our guides Introduction to HTML, Introduction to CSS, and Introduction to JavaScript. For a complete course on web development, read our book HTML5 for Masterminds.

This guide is a collection of excerpts from the book HTML5 for Masterminds. The information included in this guide will help you understand a particular aspect of web development, but it will not teach you everything you need to know to develop a website or a web application. If you need a complete course on web development, read our book HTML5 for Masterminds. For more information, visit our website at www.formasterminds.com.