Science, asked by varz5111, 1 year ago

What is use for Jquery Load method?

Answers

Answered by rajesh205
1
The jQuery load() method is a simple, but powerful AJAX method. The load() method loads data from a server andputs the returned data into theselected element. Syntax: $(selector).load(URL,data,callback
Similar questions