content type setting
content type setting
$.ajax({
url:url,
contentType:"foo"
})
$.ajax({
url:url,
headers:{
content-type:"foo"
}
})
what is the differences between the two code snippets?
Topic Participants
zzzgoo
jakecigar