Skip to content
#

Ajax

ajax logo

Ajax stands for asynchronous JavaScript and XML. It is collection of several web technologies including HTML, CSS, JSON, XML, and JavaScript. It is used for creating dynamic web pages in which small parts of web page change without reloading the page. Additionally, Ajax is fundamental for front-end developers in creating Single Page Applications (SPAs) where content updates seamlessly.

Here are 71 public repositories matching this topic...

This repository contains a simple demonstration of how to implement Create, Read, Update, and Delete (CRUD) operations using PHP and Ajax. CRUD operations are fundamental in web development, allowing users to interact with data by creating, reading, updating, and deleting records from a database.

  • Updated Mar 24, 2024
  • Hack
Followers
38.9k followers
Wikipedia
Wikipedia

Related Topics

html javascript json xml