That the $.get() has 4 parameters and three of them are optional and second is the data to be passed to the file/url and third is the callback function which is called after successfully loaded the file and the functions will have one parameter which will hold the returned data in a certain format (xml, json, text, etc) depending upon the last parameter.