jeter20131220 3 anni fa
parent
commit
89fe394083
3 ha cambiato i file con 66 aggiunte e 4 eliminazioni
  1. 1 1
      akaswap- introduction.html
  2. 3 3
      binance-bit-has-memories.html
  3. 62 0
      goto.js

+ 1 - 1
akaswap- introduction.html

@@ -22,7 +22,7 @@
     <meta property="og:site_name" content="NFTBoard" />
     <meta property="og:title" content="NFTBoard-官方網站-akaSwap 綠能潔淨NFT平台推出高顏質系列藝術作品【若水BE WATER】" />
     <meta property="og:type" content="website" />
-    <title>akaswap- introduction</title>
+    <title>NFTBoard-官方網站-akaSwap 綠能潔淨NFT平台推出高顏質系列藝術作品【若水BE WATER】</title>
 
 
     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"

+ 3 - 3
binance-bit-has-memories.html

@@ -18,11 +18,11 @@
     <meta name="author" content="Choozmo">
 
     <meta property="og:image" content="https://i.imgur.com/X6nYWji.jpeg" />
-    <meta property="og:description" content="akaSwap 綠能潔淨NFT平台推出高顏質系列藝術作品【若水BE WATER】" />
+    <meta property="og:description" content=" 幣安與Neal Digital Gallery藝廊共同推出「BIT HAS MEMORIES(比特的記憶)」線上藝術展" />
     <meta property="og:site_name" content="NFTBoard" />
-    <meta property="og:title" content="NFTBoard-官方網站-akaSwap 綠能潔淨NFT平台推出高顏質系列藝術作品【若水BE WATER】" />
+    <meta property="og:title" content=" 幣安與Neal Digital Gallery藝廊共同推出「BIT HAS MEMORIES(比特的記憶)」線上藝術展" />
     <meta property="og:type" content="website" />
-    <title>akaswap- introduction</title>
+    <title> 幣安與Neal Digital Gallery藝廊共同推出「BIT HAS MEMORIES(比特的記憶)」線上藝術展</title>
 
 
     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"

+ 62 - 0
goto.js

@@ -384,3 +384,65 @@ $(".card-text").each(function(){
       $(this).html(str);                   //將替換的值賦值給當前物件
   }
 });
+
+// ip代理服務表單
+
+// $.fn.serializeObject = function () {
+//   var o = {};
+//   var a = this.serializeArray();
+
+//   $.each(a, function () {
+//     if (o[this.name]) {
+//       if (!o[this.name].push) {
+//         o[this.name] = [o[this.name]];
+//       }
+//       o[this.name].push(this.value || '');
+//     } else {
+//       o[this.name] = this.value || '';
+//     }
+//   });
+
+//   return o;
+// };
+
+// $(".ip-service").submit(function (e) {
+//   /*	var formRef = $('#form1').serializeArray();
+//     var jsonString = JSON.stringify(formRef);*/
+//   var jsonInfo = $('.ip-service').serializeObject();
+//   var jsonString = JSON.stringify(jsonInfo);
+//   console.log(jsonString),
+//     $.ajax({
+//       type: 'POST',
+//       url: '',
+//       data: jsonString,
+//       dataType: 'json',
+
+
+//       success: function (data) {
+//         console.log('送出成功: ' + data);
+//         alert("送出成功");
+//         // if (data == 0) {
+//         //   alert("送出成功");
+//         // } else if (data == 1) {
+//         //   alert("此email已填過表單");
+//         // } else if (data == 2) {
+//         //   alert("此phone已填過表單");
+//         // } else if (data == 3) {
+//         //   alert("此email、phone已填過表單");
+//         // }
+//         location.reload();
+//       },
+//       beforeSend: function () {
+//         console.log('beforeSend');
+//       },
+//       complete: function () {
+//         console.log('complete');
+//       },
+//       error: function (jqXHR, textStatus, errorThrown) {
+//         console.log(JSON.stringify(jqXHR));
+//         console.log("AJAX errr: " + textStatus + ' : ' + errorThrown);
+//         console.log('送出失敗: ' + jqXHR.responseText);
+//       }
+//     });
+//   return false;
+// });