Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
JavaScript
9.9K+ articles
JQuery
4.8K+ articles
CSS
4.5K+ articles
Node.js
3.0K+ articles
jQuery-Questions
477+ articles
jQuery-Methods
431+ articles
jQuery-AJAX
36 posts
Recent Articles
Popular Articles
What is Ajax ?
Last Updated: 23 July 2025
Imagine browsing a website and being able to submit a form, load new content, or update information without having to refresh the entire page. That's the magic of AJAX. As...
read more
Web Technologies
Picked
JQuery
jQuery-AJAX
What is data-ajax attribute?
Last Updated: 03 October 2023
The data-ajax attribute is a custom HTML attribute used for storing AJAX-related information in an element, guiding JavaScript interactions, and AJAX requests for dynamic ...
read more
Web Technologies
Picked
JQuery
jQuery-AJAX
What are the security issues with AJAX ?
Last Updated: 07 June 2023
AJAX (Asynchronous JavaScript and XML) is a powerful web development technique that allows websites to retrieve data asynchronously from a server without refreshing the en...
read more
JavaScript
Web Technologies
Picked
jQuery-AJAX
JavaScript-Questions
jQuery $.ajaxPrefilter() Method
Last Updated: 26 July 2024
Jquery $.ajaxPrefilter() method is a powerful jquery method that allows us to modify the settings, option object, URL, and data object of AJAX jquery request before sendin...
read more
Web Technologies
JQuery
jQuery-AJAX
How to create Dynamic Drag and Drop table rows using jQuery Ajax?
Last Updated: 07 August 2024
In this article, we will discuss the method of How to create Dynamic and Drop table rows using JQuery Ajax. We will use jQuery and HTML CSS to perform the operations of Dr...
read more
Technical Scripter
Web Technologies
Picked
JQuery
Technical Scripter 2022
jQuery-AJAX
jQuery-Questions
Difference between synchronous and asynchronous requests in jQuery Ajax
Last Updated: 23 July 2025
In this article, we'll look at the differences between synchronous and asynchronous JQuery Ajax requests.JQuery provides several built-in methods for requesting data from ...
read more
Picked
JQuery
Technical Scripter 2022
jQuery-AJAX
jQuery-Questions
Difference between Server-Side AJAX framework and Client-side AJAX framework ?
Last Updated: 23 December 2022
The article focuses on discussing the differences between the Server-side AJAX framework and the Client-side AJAX framework. The following topics will be discussed here:Wh...
read more
Technical Scripter
Web Technologies
Picked
JQuery
Technical Scripter 2022
jQuery-AJAX
AJAX Browser Support
Last Updated: 23 July 2025
AJAX (Asynchronous Javascript and XML) is a very popular concept that is used to update the page without reloading the page.AJAX is also very popular because many top brow...
read more
Technical Scripter
JavaScript
Web Technologies
Picked
Technical Scripter 2022
jQuery-AJAX
What are the different stages and processes in AJAX ready states ?
Last Updated: 23 July 2025
In this article, we will see the different stages processes involved in AJAX-ready states, along with knowing their importance basic usage through the illustrations. Asy...
read more
Web Technologies
Picked
JQuery
jQuery-AJAX
jQuery-Questions
What are the protocols used by Ajax ?
Last Updated: 02 June 2022
In this article we will go to cover what really Ajax means, Asynchronous, and how it makes requests to the server using XMLHTTPRequest and the protocols used by ajax, basi...
read more
JavaScript
Web Technologies
Picked
jQuery-AJAX
How to cancel XMLHttpRequest in AJAX ?
Last Updated: 23 July 2025
In this article, we will learn how can we stop or cancel the already sent HTTP request to the server. XMLHttpRequest is an object that we use to send an HTTP request to th...
read more
JavaScript
Web Technologies
Picked
jQuery-AJAX
JavaScript-Questions
What are the uses of XMLHTTPRequest Object in Ajax ?
Last Updated: 23 July 2025
In this article, we will know about the XMLHTTPRequest and how it can be useful for client-server request and properties of XMLHttpRequest.XMLHTTPRequest is an object that...
read more
Web Technologies
Picked
JQuery
Web technologies
jQuery-AJAX
HTML-Questions
jQuery-Questions
jQuery
AJAX XMLHttpRequest Object
Last Updated: 23 July 2025
XMLHttpRequest is an object that is used to send a request to the webserver for exchanging data or transferring and manipulating to it and from the server behind the scene...
read more
JavaScript
Web Technologies
Picked
jQuery-AJAX
Explain the different ready states of a request in AJAX
Last Updated: 06 August 2024
In this article, we are going to learn about the readyStates of a request in AJAX. readyState is an XMLHttpRequest property.There are five ready states of a request as lis...
read more
JavaScript
Web Technologies
Picked
jQuery-AJAX
JavaScript-Questions
How to create own Ajax functionality ?
Last Updated: 23 July 2025
In this article, we will discuss how to create my own ajax functionality. But before moving to create a functionality we will discuss ajax.Ajax: Ajax stands for Asynchrono...
read more
JavaScript
Web Technologies
Picked
Geeks Premier League
Geeks-Premier-League-2022
jQuery-AJAX
JavaScript-Questions
1
2
3