What is use for Jquery Load method?
Answers
Answered by
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