@@ -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) {
// 此元素被點選後執行
@@ -344,7 +344,7 @@
</div>
<hr>
<div id="form-right">
- <div id="facebook">
+ <div id="facebook" onclick='callFB()' >
<img src="./img/logo/facebook.webp" alt="">
使用FB填入信箱與姓名
@@ -362,7 +362,7 @@
<div class="form-btn">
- <input class="btn" style="opacity: 1;" type="submit" onclick="onClik();" value="送出">
+ <input class="btn" style="opacity: 1;" type="submit" onclick="onClik()" value="送出">
</form>