In this lecture, you will learn how to use AJAX in jQuery to send data from one page to another and display the result without reloading the page.
This is Lecture 2 of our web development series for beginners.
📌 What you will learn:
What is AJAX and how it works
How to send data using jQuery AJAX (POST method)
How to pass values from input fields
How to get response from another page (result.php)
How to display result dynamically without page reload
💻 Source Code (index.html):