load
英[ləʊd] 美[loʊd]
n.Load; load; burden; workload
vt. To bear ;Load; load or load...; fill, pile up
vi.Load; load; load
jquery load() method syntax
Function:When the specified element (and sub-elements) has been loaded, the load() event will occur. This event applies to any element with a URL (such as images, scripts, frames, iframes). Depending on the browser (Firefox and IE), the load event may not be fired if the image has been cached. There is also a jQuery Ajax method called load() that takes different parameters.
Syntax:$(selector).load(function(){})
Parameters:
Parameters | Description |
function | Required. Specifies a function to be run when the specified element is loaded. |
jquery load() method example
Run instance »
Click the "Run instance" button to view the online instance