goto.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. // $(window).bind('scroll', function (e) {
  2. // parallaxScroll();
  3. // });
  4. // function parallaxScroll() {
  5. // var scrolled = $(window).scrollTop();
  6. // // 困擾
  7. // if (screen.width > 1024) {
  8. // $('#circle2').css('top', (300 - (scrolled * .2)) + 'px');
  9. // $('#circle3').css('top', (1000 - (scrolled * .2)) + 'px');
  10. // $('#circle1').css('top', (700 - (scrolled * .2)) + 'px');
  11. // // 課程大綱
  12. // // $('#act1').css('top', (30 + (scrolled * .1)) + 'px');
  13. // $('#act2').css('top', (900 - (scrolled * .2)) + 'px');
  14. // // $('#act3').css('top', (300 - (scrolled * .1)) + 'px');
  15. // $('#act4').css('top', (0 + (scrolled * .1)) + 'px');
  16. // $('#act5').css('top', (900 - (scrolled * .2)) + 'px');
  17. // } else {
  18. // }
  19. // }
  20. // 手機課程大綱輪播
  21. $(function () {
  22. $('#card-box').slick({
  23. arrows: false,
  24. slidesToShow: 3,
  25. slidesToScroll: 3,
  26. infinite: true,
  27. centerMode: true,
  28. dots: true,
  29. responsive: [
  30. , {
  31. breakpoint: 768,
  32. settings: {
  33. arrows: false,
  34. slidesToShow: 3,
  35. slidesToScroll: 3,
  36. centerMode: true,
  37. infinite: true,
  38. dots: true,
  39. }
  40. },
  41. , {
  42. breakpoint: 767,// RWD在600寬度時切換顯示數量
  43. settings: {
  44. arrows: false,
  45. slidesToShow: 1,
  46. centerMode: true,
  47. infinite: false,
  48. dots: true,
  49. }
  50. },
  51. ]
  52. });
  53. })
  54. // $("#card-box").slick({
  55. // arrows: false,
  56. // slidesToShow: 1,
  57. // centerMode: true,
  58. // infinite: false,
  59. // dots: true,
  60. // });
  61. // 手機課程大綱彈跳視窗
  62. // 視窗一
  63. $(".box-img01").click(function () {
  64. $(".mobile01-1").fadeIn();
  65. $(".mobile-box1").fadeIn();
  66. $(".card-box-1").slick({
  67. arrows: false,
  68. slidesToShow: 1,
  69. centerMode: true,
  70. infinite: false,
  71. dots: true,
  72. });
  73. });
  74. $("#sec01-1").click(function () {
  75. $(".mobile01-1").fadeIn();
  76. $(".mobile-box1").fadeIn();
  77. $(".card-box-1").slick({
  78. arrows: false,
  79. slidesToShow: 1,
  80. centerMode: true,
  81. infinite: false,
  82. dots: true,
  83. });
  84. });
  85. $(".close").click(function () {
  86. $(".mobile-box1").fadeOut();
  87. $(".mobile01-1").fadeOut();
  88. });
  89. // 視窗二
  90. $(".mobile01-2").fadeOut(0);
  91. $(".mobile-box2").fadeOut(0);
  92. $(".box-img02").click(function () {
  93. $(".mobile01-2").fadeIn();
  94. $(".mobile-box2").fadeIn();
  95. $(".card-box-2").slick({
  96. arrows: false,
  97. slidesToShow: 1,
  98. centerMode: true,
  99. infinite: false,
  100. dots: true,
  101. });
  102. });
  103. $("#sec01-2").click(function () {
  104. $(".mobile01-2").fadeIn();
  105. $(".mobile-box2").fadeIn();
  106. $(".card-box-2").slick({
  107. arrows: false,
  108. slidesToShow: 1,
  109. centerMode: true,
  110. infinite: false,
  111. dots: true,
  112. });
  113. });
  114. $(".close").click(function () {
  115. $(".mobile-box2").fadeOut();
  116. $(".mobile01-2").fadeOut();
  117. });
  118. // 視窗三
  119. $(".mobile01-3").fadeOut(0);
  120. $(".mobile-box3").fadeOut(0);
  121. $(".box-img03").click(function () {
  122. $(".mobile01-3").fadeIn();
  123. $(".mobile-box3").fadeIn();
  124. $(".card-box-3").slick({
  125. arrows: false,
  126. slidesToShow: 1,
  127. centerMode: true,
  128. infinite: false,
  129. dots: true,
  130. });
  131. });
  132. $("#sec01-3").click(function () {
  133. $(".mobile01-3").fadeIn();
  134. $(".mobile-box3").fadeIn();
  135. $(".card-box-3").slick({
  136. arrows: false,
  137. slidesToShow: 1,
  138. centerMode: true,
  139. infinite: false,
  140. dots: true,
  141. });
  142. });
  143. $(".close").click(function () {
  144. $(".mobile-box3").fadeOut();
  145. $(".mobile01-3").fadeOut();
  146. });
  147. // 手機課程日程輪播
  148. $("#card-box2").slick({
  149. arrows: false,
  150. slidesToShow: 1,
  151. centerMode: true,
  152. infinite: false,
  153. dots: true,
  154. });
  155. // 手機選單彈跳視窗
  156. $("#menu-box2").hide();
  157. $("#menu-box").hide();
  158. $("#menu-btn1").click(function () {
  159. $("#menu-box").slideToggle("slow");
  160. $("#menu-box2").slideToggle("slow");
  161. });
  162. $(".link").click(function () {
  163. $("#menu-box").slideUp("slow", function () {
  164. $("#menu-box2").slideUp("slow");
  165. // Animation complete.
  166. });
  167. });
  168. $("*").each(function (index, element) {
  169. // 此元素被點選後執行
  170. $(this).click(function (e) {
  171. // 取得被點選元素的屬性:data-gt-target
  172. var target = $(this).attr("data-gt-target");
  173. var duration = $(this).attr("data-gt-duration");
  174. var offset = $(this).attr("data-gt-offset");
  175. // JS 語法:判斷式
  176. // if (條件) {程式區塊}
  177. // 當條件成立,會執行程式區塊
  178. // 如果 目標有資料 才會執行 { } 內的程式
  179. // 避免出現 undefine (未定義 - 不存在的資料)
  180. if (target) {
  181. //console.log("目標:" + target);
  182. //console.log("時間:" + duration);
  183. //console.log("位移:" + offset);
  184. // 上方位置 = 目標區塊.位移().上方位置
  185. var top = $(target).offset().top;
  186. //console.log("要前往元素的上方位置:" + top);
  187. // 網頁元素.停止().動畫({ 上方捲動:指定元素 - 位移},持續時間)
  188. // parseInt() 將文字轉為數字
  189. $("html").stop().animate({
  190. scrollTop: top - offset
  191. }, parseInt(duration));
  192. }
  193. });
  194. });
  195. // 避免動畫與使用者滾輪衝突
  196. // html 在滾動滾輪時 停止 html 所有效果
  197. $("html").on("mousewheel", function () {
  198. $("html").stop();
  199. });
  200. // gotop下滑效果
  201. $(".arrow").hide();
  202. $(window).scroll(function () {
  203. var y = window.scrollY;
  204. if (y > 10) {
  205. $(".arrow").show();
  206. } else {
  207. $(".arrow").hide();
  208. }
  209. });
  210. // 電腦版表單
  211. $.fn.serializeObject = function () {
  212. var o = {};
  213. var a = this.serializeArray();
  214. $.each(a, function () {
  215. if (o[this.name]) {
  216. if (!o[this.name].push) {
  217. o[this.name] = [o[this.name]];
  218. }
  219. o[this.name].push(this.value || '');
  220. } else {
  221. o[this.name] = this.value || '';
  222. }
  223. });
  224. return o;
  225. };
  226. $(".contact-form").submit(function (e) {
  227. /* var formRef = $('#form1').serializeArray();
  228. var jsonString = JSON.stringify(formRef);*/
  229. var jsonInfo = $('.contact-form').serializeObject();
  230. var jsonString = JSON.stringify(jsonInfo);
  231. console.log(jsonString),
  232. $.ajax({
  233. type: 'POST',
  234. url: 'https://go.hhh.com.tw:8004/add_client_info',
  235. data: jsonString,
  236. dataType: 'json',
  237. success: function (data) {
  238. console.log('送出成功: ' + data);
  239. alert("送出成功");
  240. // if (data == 0) {
  241. // alert("送出成功");
  242. // } else if (data == 1) {
  243. // alert("此email已填過表單");
  244. // } else if (data == 2) {
  245. // alert("此phone已填過表單");
  246. // } else if (data == 3) {
  247. // alert("此email、phone已填過表單");
  248. // }
  249. location.reload();
  250. },
  251. beforeSend: function () {
  252. console.log('beforeSend');
  253. },
  254. complete: function () {
  255. console.log('complete');
  256. },
  257. error: function (jqXHR, textStatus, errorThrown) {
  258. console.log(JSON.stringify(jqXHR));
  259. console.log("AJAX errr: " + textStatus + ' : ' + errorThrown);
  260. console.log('送出失敗: ' + jqXHR.responseText);
  261. }
  262. });
  263. return false;
  264. });
  265. // 手機板表單
  266. $.fn.serializeObject = function () {
  267. var o = {};
  268. var a = this.serializeArray();
  269. $.each(a, function () {
  270. if (o[this.name]) {
  271. if (!o[this.name].push) {
  272. o[this.name] = [o[this.name]];
  273. }
  274. o[this.name].push(this.value || '');
  275. } else {
  276. o[this.name] = this.value || '';
  277. }
  278. });
  279. return o;
  280. };
  281. $(".contact-form2").submit(function (e) {
  282. /* var formRef = $('#form1').serializeArray();
  283. var jsonString = JSON.stringify(formRef);*/
  284. var jsonInfo = $('.contact-form2').serializeObject();
  285. var jsonString = JSON.stringify(jsonInfo);
  286. console.log(jsonString),
  287. $.ajax({
  288. type: 'POST',
  289. url: 'https://go.hhh.com.tw:8004/add_client_info',
  290. data: jsonString,
  291. dataType: 'json',
  292. success: function (data) {
  293. console.log('送出成功: ' + data);
  294. alert("送出成功");
  295. // if (data == 0) {
  296. // alert("送出成功");
  297. // } else if (data == 1) {
  298. // alert("此email已填過表單");
  299. // } else if (data == 2) {
  300. // alert("此phone已填過表單");
  301. // } else if (data == 3) {
  302. // alert("此email、phone已填過表單");
  303. // }
  304. location.reload();
  305. },
  306. beforeSend: function () {
  307. console.log('beforeSend');
  308. },
  309. complete: function () {
  310. console.log('complete');
  311. },
  312. error: function (jqXHR, textStatus, errorThrown) {
  313. console.log(JSON.stringify(jqXHR));
  314. console.log("AJAX errr: " + textStatus + ' : ' + errorThrown);
  315. console.log('送出失敗: ' + jqXHR.responseText);
  316. }
  317. });
  318. return false;
  319. });
  320. $(function () {
  321. $(".box1").hover(
  322. function () {
  323. $("#title1").html('課程1手機拍片');
  324. $("#title1-1").html('知名媒體網站電視台台長');
  325. $("#title1-2").html('Vincnet');
  326. },
  327. function () {
  328. $("#title1").html('課程1');
  329. $("#title1-1").html('手機拍片');
  330. $("#title1-2").html('');
  331. })
  332. });
  333. $(function () {
  334. $(".box2").hover(
  335. function () {
  336. $("#title2").html('課程2數位行銷與社群');
  337. $("#title2-1").html('品牌行銷實戰經驗業務經理');
  338. $("#title2-2").html('Ruby');
  339. },
  340. function () {
  341. $("#title2").html('課程2');
  342. $("#title2-1").html('數位行銷與社群');
  343. $("#title2-2").html('');
  344. })
  345. });
  346. $(function () {
  347. $(".box3").hover(
  348. function () {
  349. $("#title3").html('課程3文案撰寫');
  350. $("#title3-1").html('資深新聞媒體工作者');
  351. $("#title3-2").html('Jennifer');
  352. },
  353. function () {
  354. $("#title3").html('課程3');
  355. $("#title3-1").html('文案撰寫');
  356. $("#title3-2").html('');
  357. })
  358. });
  359. // 電腦版彈跳視窗
  360. $("#Course-box01").fadeOut(0);
  361. $(".Course-box01").fadeOut(0);
  362. $("#Course-box02").fadeOut(0);
  363. $(".Course-box01").fadeOut(0);
  364. $("#Course-box03").fadeOut(0);
  365. $(".Course-box01").fadeOut(0);
  366. // 電腦版視窗一
  367. $(".box1").click(function () {
  368. $("#Course-box01").fadeIn();
  369. $(".Course-box01").fadeIn();
  370. });
  371. $(".close").click(function () {
  372. $("#Course-box01").fadeOut();
  373. $(".Course-box01").fadeOut();
  374. });
  375. // 電腦版視窗二
  376. $(".box2").click(function () {
  377. $("#Course-box02").fadeIn();
  378. $(".Course-box01").fadeIn();
  379. });
  380. $(".close").click(function () {
  381. $("#Course-box02").fadeOut();
  382. $(".Course-box01").fadeOut();
  383. });
  384. // 電腦版視窗三
  385. $(".box3").click(function () {
  386. $("#Course-box03").fadeIn();
  387. $(".Course-box01").fadeIn();
  388. });
  389. $(".close").click(function () {
  390. $("#Course-box03").fadeOut();
  391. $(".Course-box01").fadeOut();
  392. });
  393. (function () {
  394. const second = 1000,
  395. minute = second * 60,
  396. hour = minute * 60,
  397. day = hour * 24;
  398. let birthday = "Aug 23, 2021 00:00:00",
  399. countDown = new Date(birthday).getTime(),
  400. x = setInterval(function () {
  401. let now = new Date().getTime(),
  402. distance = countDown - now;
  403. var a = (distance / (day));
  404. var b = (distance % (day)) / (hour);
  405. var c = (distance % (hour)) / (minute);
  406. var d = (distance % (minute)) / (second);
  407. var hour1 = Math.floor(b);
  408. var result = hour1 < 10 ? '0' + hour1 : hour1;
  409. var second1 = Math.floor(d);
  410. var result2 = second1 < 10 ? '0' + second1 : second1;
  411. var minute1 = Math.floor(c);
  412. var result3 = minute1 < 10 ? '0' + minute1 : minute1;
  413. var day1 = Math.floor(a);
  414. var result4 = day1 < 10 ? '0' + day1 : day1;
  415. document.getElementById("days").innerText = result4,
  416. document.getElementById("hours").innerText = result,
  417. document.getElementById("minutes").innerText = result3,
  418. document.getElementById("seconds").innerText = result2;
  419. //do something later when date is reached
  420. //seconds
  421. }, 0)
  422. }());
  423. window.onload=function(){
  424. $("#light-box").fadeIn();
  425. $(".light-box1").fadeIn();
  426. }
  427. $(".close").click(function () {
  428. $("#light-box").fadeOut();
  429. $(".light-box1").fadeOut();
  430. });