List of AJAX Task

Fetch API - Example-1
26/Oct/2023

Fetching HTML content from other page (within same domain)

Used fetch() .then() .text()
Using Ajax with Fetch API
26/Oct/2023

Fetching HTML content from other page (within same domain)

Used e.preventDefault(), window.btoa() for base64 encoding, | Creating Ajax Headers | fetch() .then() .catch()
Storing and retriving data from DB (Using Python)
27/Oct/2023

Fetching HTML content from other page (within same domain) Note: This is not Ajax (Although we can do). Just a demo for how data goes from Browser to DB, and how it comes from DB to Browser

Used MySQL, and Python