Welcome Developers, We will see AJAX tutorial for beginners in Hindi, where how or use AJAX using Jquery and we see jquery ajax load method. AJAX jQuery load() Method
The jQuery load() method is a simple, but powerful AJAX method.
The load() method loads data from a server and puts the returned data into the selected element.
Syntax:
$(selector).load(URL,data,callback);
The required URL parameter specifies the URL you wish to load.
The optional data parameter specifies a set of query string key/value pairs to send along with the request.
The optional callback parameter is the name of a function to be executed after the load() method is completed.
ajax using jquery.
If you like this video Plz like share and subscribe my channel :)
Download
0 formats
No download links available.
AJAX tutorial for beginners in Hindi Part 2: Get data from Server using load method in AJAX JQUERY | NatokHD