top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is use for Jquery Load method?

0 votes
301 views
What is use for Jquery Load method?
posted May 31, 2018 by Puneet Batra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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 optional data parameter specifies a set of querystring key/value pairs to send along with the request.

answer Jun 30, 2018 by Maninder Bath
Similar Questions
+1 vote

Please tell me the use for below function.I did't use this function before.

$("#id").load(function(e) {

});

+1 vote

Also tell me how to use this noConflict() method.

0 votes

Please help any one with some basic examples.Am new to j query.

...