.load()
The .load() method must be chained onto a jQuery selection. For example,
1$('#element').load('page.html');
1$.get(url, data, callback);