I need to know the default value of dataType of $.ajax() and $.get()? It\'s json or html or others?
$.ajax()
$.get()
If data type is not specified, jQuery will try to infer it based on the MIME type of the response
dataType (default: Intelligent Guess (xml, json, script, or html))