else {
$.ajax({
url: "modify",
type: "post",
dataType : "json",
contentType : "application/json;charset=UTF-8",
data: JSON.stringify(data)
그리하여
else {
$.ajax({
url: "modify",
type: "post",
contentType : "application/json;charset=UTF-8",
data: JSON.stringify(data)