I have just started learning JQuery and have a doubt in the below code.
$.get('myhtmlpage.html', myCallBack);
The doubt is should the 1st parameter of the get function be a HTML file or can it be a unction name?