jQuery AJAX load() Method
The load() method loads HTML or text content from a server and puts the returned data into the selected element. This method is the simplest way to fetch data from the server.
Syntax
- URL: URL which need to load.
- data: Represents a map of data that is sent with the request.
- callback: Name of a function to be executed after the load().

Waiting for load()....