↧
Answer by T.J. Crowder for What's default dataType of jquery's ajax and get...
It's right there in the documentation:dataType (default: Intelligent Guess (xml, json, script, or html))The type of data that you're expecting back from the server. If none is specified, jQuery will...
View ArticleAnswer by Nikhil Batra for What's default dataType of jquery's ajax and get...
If data type is not specified, jQuery will try to infer it based on the MIME type of the responsedataType (default: Intelligent Guess (xml, json, script, or html))
View ArticleWhat's default dataType of jquery's ajax and get methods?
I need to know the default value of dataType of $.ajax() and $.get()?It's json or html or others?
View Article
More Pages to Explore .....