.load(…)
Description:
Load data from the server and place the returned HTML into the matched element.
- … – miscellaneous parameters
- any parameter accepted by the original
.load()
.
Note: The event handling suite also has a method named .load(). jQuery determines which method to fire based on the set of arguments passed to it.
See jQuery API for .load(…)
.