|
@@ -108,14 +108,17 @@ function onClik() {
|
|
|
},
|
|
|
|
|
|
error: function (jqXHR, textStatus, errorThrown) {
|
|
|
+
|
|
|
+ console.log(JSON.stringify(jqXHR));
|
|
|
+ console.log("AJAX error: " + textStatus + ' : ' + errorThrown);
|
|
|
alert("送出失敗");
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
});
|
|
|
|
|
|
}
|
|
|
|
|
|
-JSON.parse('[]');
|
|
|
+
|
|
|
|
|
|
$("*").each(function (index, element) {
|
|
|
// 此元素被點選後執行
|