.load()
Description: Load data from a external file and places the returned HTML into the matched element. $(‘.helppopup-content’).load(content.html #panel); The .load() method, unlike $.get(), allows us to specify a portion of the remote document to be inserted. When this method executes, it retrieves the content of content.html, but then jQuery parses the returned document to find [...]





