In this article, we will give you a tutorial for creating a web application with just only basic HTML, CSS and JavaScript. CRUD operations are the four basic operations of manipulating data including Create/Construct, Read, Update and Delete. We will use AJAX (Asynchronous JavaScript And XML) technique to have our web site update asynchronously.
Table of contents
Software InstallationLet’s Code! (HTML and CSS)Read operation (JavaScript)Create operation (JavaScript)UPDATE operation (JavaScript)1 Comment
Sort: