JSON(jQuery)에서 500개의 오류 처리 JSON 요청 사항: $.ajax({ url:jSONurl+'?orderID='+thisOrderID+'&variationID='+thisVariationID+'&quantity='+thisQuantity+'&callback=?', async: false, type: 'POST', dataType: 'json', success: function(data) { if (data.response == 'success'){ //show the tick. allow the booking to go through $('#loadingSML'+thisVariationID).hide(); $('#tick'+thisVariationID).show(); }else{ //sh..