123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853 |
- let userAgent;
- let isSafari = false;
- let browserName;
- window.onload = function(){
- // if(screen.width < 900){
- // window.location.href = "https://m3.hhh.com.tw/";
- // }
- userAgent = navigator.userAgent;
- detectBrowser(userAgent);
- detectDirection ();
- let result;
- $.ajax({
- method: "GET",
- url: "./json/realtime.json",
- dataType: "json",
- }).done(function (msg) {
- result = [...msg];
- renderSec00(result);
- renderSec02(result);
- renderSec05(result);
- renderSec06(result);
- renderSec07(result);
- renderSec08(result);
- renderSec09(result);
- renderSec10(result);
- //renderSec11(result);
- renderVideo(result);
- renderTrending(result);
- });
- }
-
- function detectDirection () {
- let height = (window.screen.width * 5) / 12;
- console.log(height);
- $('.sec-02 .slide-item').css('height', `${height}px`);
- }
- function detectBrowser(agent){
- if(userAgent.match(/chrome|chromium|crios/i)){
- browserName = "chrome";
- }else if(userAgent.match(/firefox|fxios/i)){
- browserName = "firefox";
- } else if(userAgent.match(/safari/i)){
- browserName = "safari";
- }else if(userAgent.match(/opr\//i)){
- browserName = "opera";
- } else if(userAgent.match(/edg/i)){
- browserName = "edge";
- }else{
- browserName="No browser detection";
- }
-
- if(browserName === 'safari'){
- isSafari = true;
- }
- console.log(isSafari);
- }
- var myModal = new bootstrap.Modal(document.getElementById('matchModal'), {
- keyboard: false
- })
- function renderSec00(data) {
- let temp = data[0]['data'];
- renderBullet(temp);
- renderBannerStr('sec-00__slider', temp);
- $(".sec-00__slider").slick({
- dots: false,
- speed: 500,
- autoplay: true,
- autoplaySpeed: 4000,
- arrows: true,
- prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 32px;color: white;transform: translateY(-10px);"></i></button>',
- nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 32px;color: white;transform: translateY(-10px);"></i></button>'
- });
- $('.sec-00__bullet').removeClass('bullet-active');
- $('.sec-00__bullet').eq($('.slick-active').data('slick-index')).addClass('bullet-active');
- // $('.sec-00__slider').on('beforeChange', function(event, slick, currentSlide, nextSlide){
- // console.log(currentSlide);
- // console.log($('.slick-active').data('slick-index'));
- // });
- $('.sec-00__slider').on('afterChange', function(event, slick, currentSlide){
- console.log(currentSlide);
- console.log($('.slick-active').data('slick-index'));
- $('.sec-00__bullet').removeClass('bullet-active');
- $('.sec-00__bullet').eq(currentSlide).addClass('bullet-active');
- });
- }
- function renderSec02(data) {
- let temp = data[1]['data'];
- renderBannerStr('sec-02__slider', temp);
- $(".sec-02__slider").slick({
- dots: false,
- autoplay: true,
- arrows: true,
- fade: true,
- autoplaySpeed: 4000,
- prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 33px;color: white;transform: translateY(-10px);"></i></button>',
- nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 33px;color: white;transform: translateY(-10px);"></i></button>'
- });
- }
- function renderBullet(data) {
- let str = '';
- for(let i = 0; i < data.length; i++){
- str += '<div class="sec-00__bullet"></div>'
- }
- $('.sec-00__bulletList').html(str);
- }
- function renderBannerStr(sec, data) {
- let str = '';
- for(let i = 0; i < data.length; i++){
- if(data[i]['Dwebp'] && !isSafari) {
- str+= `<img class="${sec}-${i+1} slide-item" onclick="window.open('${data[i]['link']}');" style="background-image: url('${data[i]['Dwebp']}');" data-bg="${data[i]['Dwebp']}"></img>`
- } else {
- str+= `<img class="${sec}-${i+1} slide-item" onclick="window.open('${data[i]['link']}');" style="background-image: url('${data[i]['DimgUrl']}');" data-bg="${data[i]['DimgUrl']}"></img>`
- }
-
- }
- $(`.${sec}`).html(str);
- }
- function renderSec05(data) {
- let randomIdx = Math.floor(Math.random()*3);
- const ran = $('.sec-05__tabdiv .nav-pills li').eq(randomIdx);
- const ranDiv = $('.sec-05tab-content>div').eq(randomIdx);
- $('.sec-05tab-content>div').hide();
- ranDiv.show();
- ran.addClass('active');
- ran.children().addClass('active');
- $('.sec-05 .morelink').attr('href', $('.sec-05__tabdiv .nav-item-link.active').data('link'));
- let temp = data[2]['data'];
- for(let i = 0; i < temp.length; i++){
- if(temp[i]["tab"] == '最夯設計'){
- let str = '';
- let sub = temp[i]["data"];
- for(let j = 0; j < sub.length; j++){
- str+= `<div class="tabpar__card" onclick="window.open('${sub[j]['link']}');">
- <div class="tabpar__card__imgfr mb-2" style="background-image: url('${sub[j]['imgUrl']}');" data-bg="${sub[j]['imgUrl']}"></div>
- <h5 class="mb-2 me-2">${sub[j]['title']}</h5>
- <p class="mt-2">${sub[j]['description']}</p>
- </div>`;
- }
- $('#pills-hot-tab .tabpar').html(str);
- }
- if(temp[i]["tab"] == '影音實錄'){
- let str = '';
- let sub = temp[i]["data"];
- for(let j = 0; j < sub.length; j++){
- str+= `<div class="tabpar__card" onclick="window.open('${sub[j]['link']}');">
- <div class="tabpar__card__imgfr mb-2" style="background-image: url('${sub[j]['imgUrl']}');" data-bg="${sub[j]['imgUrl']}"><img data-src="images/Play-Button.webp" alt="" class="tabpar__card__play lazyload"></div>
- <h5 class="mb-2 me-2">${sub[j]['title']}</h5>
- <p class="mt-2">${sub[j]['description']}</p>
- </div>`;
- }
- $('#pills-video-tab .tabpar').html(str);
- }
- if(temp[i]["tab"] == '專欄文章'){
- let str = '';
- let sub = temp[i]["data"];
- for(let j = 0; j < sub.length; j++){
- str+= `<div class="tabpar__card" onclick="window.open('${sub[j]['link']}');">
- <div class="tabpar__card__imgfr mb-2" style="background-image: url('${sub[j]['imgUrl']}');" data-bg="${sub[j]['imgUrl']}"></div>
- <h5 class="mb-2 me-2">${sub[j]['title']}</h5>
- <p class="mt-2">${sub[j]['description']}</p>
- </div>`;
- }
- $('#pills-blog-tab .tabpar').html(str);
- }
- }
- const cardText = document.querySelectorAll('.tabpar__card p');
- cardText.forEach((item, i) => {
- let len = item.textContent.length;
- if(len > 18) {
- let str = item.textContent.substring(0, 18) + '...';
- item.textContent = str;
- }
- })
- $('.sec-05__tabdiv .nav-pills button').on('click', function(event){
- event.preventDefault();
- $('.sec-05__tabdiv .nav-pills li').removeClass('active');
- $('.sec-05__tabdiv .nav-pills li button').removeClass('active');
- $(this).addClass('active');
- $(this).parent().addClass('active');
- $('.sec-05tab-content>div').hide();
- var target = $(this).attr('id');
- $(`#pills-tab #${target}`).show();
- $('.sec-05tab-content .tabpar').slick('setPosition');
- });
- $(`.sec-05tab-content .tabpar`).slick({
- arrows: true,
- slidesToShow: 3,
- infinite: false,
- dots: false,
- slidesToScroll: 1,
- prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 35px;color: black;"></i></button>',
- nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 35px;color: black;"></i></button>'
- });
- $('.sec-05__tabdiv .nav-item-link').click(function() {
- $('.sec-05 .morelink').attr('href',$('.sec-05__tabdiv .nav-item-link.active').data('link'));
- });
- }
- function renderSec06(data) {
- let temp = data[3]['data'];
- let str = '';
- for(let i = 0; i < temp.length; i++){
- if(temp[i].video == 'true'){
- str+= `<div class="sec-06__card" onclick="window.open('${temp[i]['link']}');">
- <div class="sec-06__card__outer"><div class="sec-06__card__imgfr mb-2" style="background-image: url('${temp[i]['imgUrl']}');" data-bg="${temp[i]['imgUrl']}"><img class="sec-06__card__play lazyload" data-src="images/Play-Button.webp"></div></div>
- <h5 class="mb-2 mt-2">${temp[i]['title']}</h5>
- <p class="mt-2">${temp[i]['description']}</p>
- </div>`;
- } else {
- str+= `<div class="sec-06__card" onclick="window.open('${temp[i]['link']}');">
- <div class="sec-06__card__outer"><div class="sec-06__card__imgfr mb-2" style="background-image: url('${temp[i]['imgUrl']}');" data-bg="${temp[i]['imgUrl']}"></div></div>
- <h5 class="mb-2 mt-2">${temp[i]['title']}</h5>
- <p class="mt-2">${temp[i]['description']}</p>
- </div>`;
- }
- }
- $('.sec-06 .sec-06__slider').html(str);
- $('.sec-06__slider').slick({
- arrows: true,
- dots: false,
- speed: 800,
- prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 30px;color: white;"></i></button>',
- nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 30px;color: white;"></i></button>'
- });
- const cardText = document.querySelectorAll('.sec-06__card p');
- cardText.forEach((item, i) => {
- let len = item.textContent.length;
- if(len > 20) {
- let str = item.textContent.substring(0, 40) + '...';
- item.textContent = str;
- }
- });
- }
- function renderSec07(data) {
- let temp = data[5]['data'];
- let str = '';
- for(let i = 0; i < temp.length; i++){
- str+= `<div class="sec-07__slider-${i+1} slide-item" onclick="window.open('${temp[i]['link']}');" style="background-image: url('${temp[i]['imgUrl']}');" data-bg="${temp[i]['imgUrl']}"></div>`
- }
- $(`.sec-07__slider`).html(str);
- $(".sec-07__slider").slick({
- dots: false,
- autoplay: true,
- arrows: false,
- slidesToShow: 4,
- slidesToScroll: 1,
- autoplaySpeed: 7000,
- initialSlide: 0,
- infinite: true,
- });
- }
- function renderSec08(data) {
- let temp = data[4]['data'];
- let str = '';
- for(let i = 0; i < temp.length; i++){
- if(temp[i].video == 'true'){
- str+= `<div class="sec-08__slider-${i+1} sec-08__card col-12 mx-2" onclick="window.open('${temp[i]['link']}');">
- <div class="sec-08__imgfr mb-2" style="background-image: url('${temp[i]['imgUrl']}');" data-bg="${temp[i]['imgUrl']}"><img class="sec-08__card__play lazyload" data-src="images/Play-Button.webp"></div>
- <h5 class="mb-2 me-2">${temp[i]['title']}</h5>
- <p class="mb-2 me-2">${temp[i]['description']}</p>
- </div>`;
- } else {
- str+= `<div class="sec-08__slider-${i+1} sec-08__card col-12 mx-2" onclick="window.open('${temp[i]['link']}');">
- <div class="sec-08__imgfr mb-2" style="background-image: url('${temp[i]['imgUrl']}');" data-bg="${temp[i]['imgUrl']}"></div>
- <h5 class="mb-2 me-2">${temp[i]['title']}</h5>
- <p class="mb-2 me-2">${temp[i]['description']}</p>
- </div>`;
- }
- }
- $('.sec-08__slider').html(str);
- $(".sec-08__slider").slick({
- arrows: true,
- slidesToShow: 1,
- infinite: false,
- dots: false,
- slidesToShow: 3,
- centerPadding: '12px',
- prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 35px;color: black;"></i></button>',
- nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 35px;color: black;"></i></button>'
- });
- const cardText = document.querySelectorAll('.sec-08__card p');
- cardText.forEach((item, i) => {
- let len = item.textContent.length;
- if(len > 20) {
- let str = item.textContent.substring(0, 20) + '...';
- item.textContent = str;
- }
- })
- }
- function renderSec09(data) {
- let temp = data[6]['data'];
- let str = '';
- for(let i = 0; i < temp.length; i++){
- if(temp[i].video !== 'false') {
- str+= `<div class="sec-09__slider-1 sec-09__card col-12 mx-2" onclick="window.open('${temp[i]['link']}');">
- <div class="sec-09__imgfr mb-2" style="background-image: url('${temp[i]['imgUrl']}');" data-bg="${temp[i]['imgUrl']}"><img class="sec-09__card__play lazyload" data-src="images/Play-Button.webp"></div>
- <p class="sec-09__cardtxt">${temp[i]['title']}</p>
- </div>`
- } else {
- str+= `<div class="sec-09__slider-1 sec-09__card col-12 mx-2" onclick="window.open('${temp[i]['link']}');">
- <div class="sec-09__imgfr mb-2" style="background-image: url('${temp[i]['imgUrl']}');" data-bg="${temp[i]['imgUrl']}"></div>
- <p class="sec-09__cardtxt">${temp[i]['title']}</p>
- </div>`
- }
-
- }
- $('.sec-09__slider').html(str);
- $(".sec-09__slider").slick({
- autoplay: true,
- autoplaySpeed: 7000,
- arrows: true,
- slidesToShow: 4,
- infinite: true,
- dots: false,
- slidesToScroll: 1,
- prevArrow: '<button type="button" class="slick-prev"><i class="fas fa-chevron-left" style="font-size: 35px;color: black;"></i></button>',
- nextArrow: '<button type="button" class="slick-next"><i class="fas fa-chevron-right" style="font-size: 35px;color: black;"></i></button>'
- });
- }
- function renderSec10(data) {
- renderRecStr("sec-10", data[7]['data'].slice(0, 6));
- renderRecStr("sec-11", data[8]['data'].slice(0, 6));
- }
- function renderRecStr(sec, data) {
- let str = '';
- for(let i = 0; i < data.length; i++){
- //console.log(data[i]['description'].length);
- if(data[i]['description'].length > 0) {
- data[i]['description'].split(',');
- data[i]['description'] = data[i]['description'].split(',').slice(1).join("");
- }
- if(data[i].video !== 'false') {
- str+= `<div class="${sec}__card col-4 mb-3" onclick="window.open('${data[i]['link']}');">
- <div class="${sec}__card-img mb-2" style="background-image: url('${data[i]['imgUrl']}');" data-bg="${data[i]['imgUrl']}"><img class="${sec}__card__play lazyload" data-src="images/Play-Button.webp"></div>
- <h5 class="me-2">${data[i]['title']}</h5>
- <p class="${sec}__cardtxt me-2">${data[i]['description']}</p>
- </div>`
- } else {
- str+= `<div class="${sec}__card col-4 mb-3" onclick="window.open('${data[i]['link']}');">
- <div class="${sec}__card-img mb-2" style="background-image: url('${data[i]['imgUrl']}');" data-bg="${data[i]['imgUrl']}"></div>
- <h5 class="me-2">${data[i]['title']}</h5>
- <p class="${sec}__cardtxt me-2">${data[i]['description']}</p>
- </div>`
- }
-
- }
- $(`.${sec} .row`).html(str);
- const cardText = document.querySelectorAll(`.${sec}__card p`);
- cardText.forEach((item, i) => {
- let len = item.textContent.length;
- if(len > 18) {
- let str = item.textContent.substring(0, 18) + '...';
- item.textContent = str;
- }
- })
- }
- function renderVideo(data) {
- let temp = data[9];
- console.log(data[9]);
- $('.sec-06__videotxt').text(temp['title']);
- console.log('test');
- $('.sec-06__video__imgfr').css('background-image', `url(https://img.youtube.com/vi/${temp['yt']}/hqdefault.jpg)`);
- $('#videoModal').on('shown.bs.modal', function () {
- $('#videoModal iframe').attr('src', `https://www.youtube.com/embed/${temp['yt']}?controls=0&autoplay=1&enablejsapi=1&origin=https%3A%2F%2Fm.hhh.com.tw&widgetid=1`);
- });
- $('#videoModal').on('hidden.bs.modal', function () {
- $('#videoModal iframe').removeAttr('src');
- });
- }
- function renderTrending(result){
- let temp = result[10]['data'];
- let str = '';
- for(let i = 0; i < temp.length; i++){
- str += `<a class="dropbox__hots__link" href="https://hhh.com.tw/search/lists/case/${temp[i]}-keyword/">${temp[i]}</a>`
- }
- $('.dropbox__hots').html(`<strong class="dropbox__hots__title">熱搜關鍵字:</strong>${str}`);
- }
- function tab2 () {
- if(('.dropbox__tabdiv').length){
- // Show the first tab by default
- $('.dropbox-tab-content>div').hide();
- $('.dropbox-tab-content>div:first').show();
- $('.dropbox__tabdiv .nav-pills li:first').addClass('active');
- $('.dropbox__tabdiv .nav-pills li:first button').addClass('active');
- // Change tab class and display content
- $('.dropbox__tabdiv .nav-pills button').on('click', function(event){
- event.preventDefault();
- $('.dropbox__tabdiv .nav-pills li').removeClass('active');
- $('.dropbox__tabdiv .nav-pills li button').removeClass('active');
- $(this).addClass('active');
- $(this).parent().addClass('active');
- $('.dropbox-tab-content>div').hide();
- var target = $(this).attr('id');
- $(`#pills-tab-2 #${target}`).show();
- });
- }
- }
- tab2();
- let sticky = document.querySelector('.sec-00').offsetHeight;
- console.log(sticky);
- window.addEventListener('scroll', fixedOnScroll);
-
- const navbar = document.querySelector('.navbar-main');
-
- function fixedOnScroll() {
- if(window.pageYOffset >= 344){
- navbar.classList.add('sticky');
- } else {
- navbar.classList.remove('sticky');
- }
- }
- $(window).scroll(function() {
- if ( $(this).scrollTop() > 800 ){
- $('.fixed-btn').fadeIn(222);
- } else {
- $('.fixed-btn').stop().fadeOut(222);
- }
- }).scroll();
- $('.btn-gotop').click(function () {
- $('html, body').animate({
- scrollTop: 0
- }, 500)
- });
- $('.navbar-search img').click(function(){
- $('.navbar-search .dropbox').toggleClass('open');
- if($('.navbar-search .dropbox').hasClass('open')) {
- $('.navbar-nav .nav-item>.dropbox').addClass('d-none');
- } else {
- $('.navbar-nav .nav-item>.dropbox').removeClass('d-none');
- }
- });
- $('.sec-00__close').click(function(){
- $(this).css('display', 'none');
- $('.sec-00').addClass('bannerClose');
- //$('.sec-02').css('padding-top', '53px');
- sticky = 0;
- });
- // search
- const imageSearch = document.querySelector('.image-search');
- const imagesSelect = document.querySelectorAll('#pills-img-tab select');
- imageSearch.addEventListener("click", function() {
- searchQueryStr(imagesSelect, 'photos');
- })
- const newsSearch = document.querySelector('.news-search');
- const newsSelect = document.querySelectorAll('#pills-news-tab select');
- newsSearch.addEventListener("click", function() {
- searchQueryStr(newsSelect, 'builder');
- });
- const caseSearch= document.querySelector('.case-search');
- const caseSelect = document.querySelectorAll('#pills-case-tab select');
- caseSearch.addEventListener("click", function() {
- let query = ''
- let str = 'https://hhh.com.tw/cases/lists/1-page/new-sort/';
- if($('#case-shui').val() == '風水') {
- caseSelect.forEach((item, i) => {
- if(i < 2) {
- if(item.value !== ''){
- query += `/${item.value}`;
- }
- }
- });
- str = `https://hhh.com.tw/cases/lists${query}/風水-keyword/1-page/`;
- window.open(str);
- return;
- }
- caseSelect.forEach((item, i) => {
- if(item.value !== ''){
- query += `/${item.value}`;
- }
- });
- str = `https://hhh.com.tw/cases/lists${query}/1-page/`;
- window.open(str);
- })
- const designerSearch = document.querySelector('.designer-search');
- const designerSelect = document.querySelectorAll('#pills-designer-tab select');
- designerSearch.addEventListener("click", function() {
- searchQueryStr(designerSelect, 'designers');
- })
- function searchQueryStr(block, link){
- let query = ''
- let str = `https://hhh.com.tw/${link}/lists/1-page/`;
- block.forEach((item, i) => {
- if(item.value !== ''){
- query += `/${item.value}`;
- }
- });
- str = `https://hhh.com.tw/${link}/lists${query}/1-page/`;
- window.location.href = str;
- }
- const searchBtn = document.querySelector('.dropbox__searchBar__submit');
- const searchBar = document.querySelector('.dropbox__searchBar__input');
- searchBtn.addEventListener('click', search);
- searchBar.addEventListener('keyup', pressSearch);
- function search() {
- if(searchBar.value == '') {
- window.location.href = 'https://m.hhh.com.tw/search/lists/case/';
- } else {
- window.location.href = `https://m.hhh.com.tw/search/lists/case/${searchBar.value}-keyword/`;
- console.log(`https://m.hhh.com.tw/search/lists/case/${searchBar.value}-keyword/`)
- }
- }
- function pressSearch(e) {
- if (e.keyCode === 13) {
- e.preventDefault();
- search();
- }
- }
- function todayTV() {
- var utc = new Date().toJSON().slice(0,10).replace(/-/g,'-');
- window.location.href=`https://hhh.com.tw/program/?tv=gstv&date=${utc}&type=tv`;
- }
- document.addEventListener('lazybeforeunveil', function(e){
- var bg = e.target.getAttribute('data-bg');
- if(bg){
- e.target.style.backgroundImage = 'url(' + bg + ')';
- }
- });
- var stop = 0;
- $('.container_match2').hide();
- $('.match__next').click(function() {
- console.log($('#area').val());
- console.log($('#type').val());
- if ($('#area').val() == '' || $('#area').val() == null) {
- $('#area-error').text('請選擇地區');
- stop = 1;
- } else {
- $('#area-error').text('');
- stop = 0
- }
- if ($('#type').val() == ''|| $('#type').val() == null) {
- $('#type-error').text('請選擇房屋類型');
- stop = 1;
- } else {
- $('#type-error').text('');
- stop = 0
- }
- if ($('#square').val() == ''|| $('#square').val() == null) {
- $('#square-error').text('請選擇房屋坪數');
- stop = 1;
- } else {
- $('#square-error').text('');
- stop = 0
- }
- if ($('#pattern').val() == ''|| $('#pattern').val() == null) {
- $('#pattern-error').text('請選擇房屋格局');
- stop = 1;
- } else {
- $('#pattern-error').text('');
- stop = 0
- }
- if ($('#style').val() == ''|| $('#style').val() == null) {
- $('#style-error').text('請選擇喜愛的風格');
- stop = 1;
- } else {
- $('#style-error').text('');
- stop = 0
- }
- console.log(stop);
- if(stop === 0) {
- $('.container_match').fadeOut(0);
- $('.container_match2').fadeIn(500);
- $('.last-step').show();
- }
-
- });
- $('.last-step').hide();
- var name = 0;
- var phone = 0;
- var sex = 0;
- var readPolicy = 0;
- $('.match__next2').click(function() {
- if ($('#name').val() == ''|| $('#name').val() == null) {
- $('#name-error').text('請填寫您的姓名');
- name = 1;
- } else {
- $('#name-error').text('');
- name = 0;
- }
- if ($('#phone').val() == ''|| $('#phone').val() == null || !/^[09]{2}[0-9]{8}$/.test($('#phone').val())) {
- $('#phone-error').text('請以手機格式填寫(格式:0987654321)');
- phone = 1;
- } else {
- $('#phone-error').text('');
- phone = 0;
- }
- console.log($('#phone').val());
- if ($('#sex').val() == ''|| $('#sex').val() == null) {
- $('#sex-error').text('請選擇性別');
- sex = 1;
- } else {
- $('#sex-error').text('');
- sex = 0;
- }
- if(!$('#readPolicy').prop('checked')) {
- $('#readPolicy-error').text('必須同意免責聲明與隱私使用政策');
- readPolicy = 1;
- } else {
- $('#readPolicy-error').text('');
- readPolicy = 0;
- }
- var obj = document.getElementsByName("time");
- var time = [];
- for (k in obj) {
- if (obj[k].checked)
- time.push(obj[k].value);
- }
- console.log(time);
- if(name== 0 && phone == 0 && sex == 0 && readPolicy == 0) {
- myModal.hide();
- $.ajax({
- type: "POST",
- url: "",
- data:
- {
- data: JSON.stringify(
- {
- name: $('#name').val(),
- sex: $('#sex').val(),
- phone: $('#phone').val(),
- time: $('#datepicker').val(),
- area: $('#area').val(),
- type: $('#type').val(),
- square: $('#square').val(),
- pattern: $('#pattern').val(),
- style: $('#style').val(),
- time: time.toString(),
- })
- },
- success: function (res) {
- if (res.status == "Success") {
- // gaEvent('功能 - 軟裝需求單 - 送出', '經紀人');
- Swal.fire({
- html: '<h5 class="text-primary font-weight-bold">' + res.error + '</h5>',
- showConfirmButton: true,
- confirmButtonText: '確定',
- confirmButtonColor: '#EE7800'
- }).then(function (result) {
- if (result.value) {
- location.reload();
- }
- })
- } else {
- Swal.fire({
- title: '似乎出了什麼問題 請稍後再試',
- showConfirmButton: false,
- })
- }
- },
- error: function (error) {
- console.error(error)
- }
- })
- window.open('./index_match.html');
- }
-
- })
- $('.last-step').click(function() {
- $('.container_match').fadeIn(500);
- $('.container_match2').fadeOut(0);
- $('.last-step').hide();
- });
- function submit() {
-
- if ($('#name').val() == '') {
- $('#name-error').text('請填寫您的姓名');
- stop = 1;
- } else {
- $('#name-error').text('');
- }
- if ($('#phone').val() == '' || !/^[09]{2}[0-9]{8}$/.test($('#phone').val())) {
- $('#phone-error').text('請以手機格式填寫(格式:0987654321)');
- stop = 1;
- } else {
- $('#phone-error').text('');
- }
- if ($('#sex').val() == '') {
- $('#sex-error').text('請選擇軟裝預算');
- stop = 1;
- } else {
- $('#sex-error').text('');
- }
- }
- // city result
- let cityResult;
- $.ajax({
- method: "GET",
- url: "./json/taiwan_districts.json",
- dataType: "json",
- }).done(function (msg) {
- cityResult = [...msg];
- let str = '';
- for(let i = 0; i < cityResult.length; i++){
- str += `<option value="${cityResult[i]['zip']}-city">${cityResult[i]['name']}</option>`;
- }
- $('#designer-city').html(`<option value="" selected="selected" disabled>所在縣市</option>${str}`);
- $('#designer-city').on('change', function() {
- let selected = $(this).val().split('-')[0];
- let countyStr = '';
- for(let i = 0; i < cityResult.length; i++){
- if(cityResult[i]['zip'] == selected) {
- for(let j = 0; j < cityResult[i]['districts'].length; j++){
- countyStr += `<option value="${cityResult[i]['districts'][j]['zip']}-county">${cityResult[i]['districts'][j]['name']}</option>`;
- }
- }
- }
- $('#designer-country').html(`<option value="" selected="selected" disabled>所在地區</option>${countyStr}`);
- });
- });
- //jQuery time
- var current_fs, next_fs, previous_fs; //fieldsets
- var left, opacity, scale; //fieldset properties which we will animate
- var animating; //flag to prevent quick multi-click glitches
-
- $(".next").click(function(){
- if(animating) return false;
- animating = true;
-
- current_fs = $(this).parent().parent();
- next_fs = $(this).parent().parent().next();
-
- //activate next step on progressbar using the index of next_fs
- $(".form-progressbar li").eq($("fieldset").index(next_fs)).addClass("active");
-
- //show the next fieldset
- next_fs.animate({opacity: 1}, {
- step: function(now, mx) {
- //as the opacity of current_fs reduces to 0 - stored in "now"
- //1. scale current_fs down to 80%
- scale = 0 + (1 + now) * .5 ;
- //2. bring next_fs from the right(50%)
- left = (now * 50)+"%";
- //3. increase opacity of next_fs to 1 as it moves in
- opacity = 0 + now;
- next_fs.css({
- 'transform': 'scale('+scale+')',
- });
- next_fs.css({'opacity': opacity});
- },
- duration: 400,
- complete: function(){
- next_fs.show();
- animating = false;
- },
- //this comes from the custom easing plugin
- easing: 'easeInOutBack'
- });
- //hide the current fieldset with style
- current_fs.animate({opacity: 0}, {
- step: function(now, mx) {
- //as the opacity of current_fs reduces to 0 - stored in "now"
- //1. scale current_fs down to 80%
- scale = 1 - (1 - now) * 0.2;
- //2. bring next_fs from the right(50%)
- left = (now * 50)+"%";
- //3. increase opacity of next_fs to 1 as it moves in
- opacity = 1 - now;
- current_fs.css({
- 'transform': 'scale('+scale+')',
- });
- next_fs.css({'opacity': opacity});
- },
- duration: 400,
- complete: function(){
- current_fs.hide();
- animating = false;
- },
- //this comes from the custom easing plugin
- easing: 'easeInOutBack'
- });
- });
- $('.check-click').click(function(e) {
- if($('#2b').is(':checked')) {
- $('#2a').prop('checked', false);
- }
- if($('#2c').is(':checked')) {
- $('#2a').prop('checked', false);
- }
- if($('#2d').is(':checked')) {
- $('#2a').prop('checked', false);
- }
- if($('#2e').is(':checked')) {
- $('#2a').prop('checked', false);
- }
- console.log(e.target.id);
- if(e.target.id === '2a') {
- $('#2a').prop('checked', true);
- $('#2b').prop('checked', false);
- $('#2c').prop('checked', false);
- $('#2d').prop('checked', false);
- $('#2e').prop('checked', false);
- }
- })
|