こんにちは、コードの 137 行に「Uncaught SyntaxError: Unexpected token }」エラーがあります。
function removeItem(sender, itemCode){
$.ajax({
url: 'cart_update.php?removep=' + itemCode,
success: function(){
var parent = $(sender).parent();
parent.remove();
});
} ////137
}
手助け?