what is the difference between such a record
$.ajax({ url:"ajax", type:"post", contentType:"application/text", data:city_number, success: and such a record
$.ajax({ url:"ajax", type:"post", contentType:"text", data:city_number, success: THOSE. how to understand this line
contentType:"application/text", AND
contentType:"text", 