";$("body").append(sTemp);$("#copyurl").select();document.execCommand("copy");$("#copyurl").remove();swal('此篇消息連結已成功複製,歡迎您分享!');}$(function () {$(window).scroll(function () {var scrollVal = $(this).scrollTop();if(scrollVal < 150){$("#article_conshare").hide();}else if(scrollVal > 150){$("#article_conshare").show();}});});var rad = document.myForm.industry_engaged;var prev = null;for (var i = 0; i < rad.length; i++) {rad[i].addEventListener('change', function() {(prev) ? console.log(prev.value): null;if (this !== prev) {prev = this;}console.log(this.value);if(this.value == 19){$("#otherInput").show();}else{$("#otherInput").hide();}});}var pay_status = document.getElementById("pay_status").value;if(pay_status == 0){$("#pay_status_choose").hide();}else if(pay_status == 1){$("#pay_status_choose").show();}$('#count').on('change', function() {var htmlStr = "";for (var i = 1; i <= this.value; i++) {htmlStr += "";}$('select[name^="food_amonut"]').each(function( key, value ) {$(this).html(htmlStr);});});function ck_food(id){var num = $('#'+id).val();var total = $("#count").val();now_num = total - num;if(now_num > 0){$('select[name^="food_amonut"]').each(function( key, value ) {var other_id = $(this).attr("id");var value = $(this).val();if(other_id != id && value>0){var htmlStr = "";if(value>0 ){for (var i = 1; i <= now_num; i++) {if(i == now_num){htmlStr += "";}else{htmlStr += "";}}$(this).html(htmlStr);}else if(value==0 ){for (var i = 1; i <= now_num; i++) {htmlStr += "";}$(this).html(htmlStr);}}else if(other_id != id){var htmlStr = "";for (var i = 1; i <= now_num; i++) {htmlStr += "";}$(this).html(htmlStr);}});}else{$('select[name^="food_amonut"]').each(function( key, value ) {var other_id = $(this).attr("id");if(other_id != id){var htmlStr = "";$(this).html(htmlStr);}});}} /*郵遞區號*/ $('.twzipcode').twzipcode({ 'readonly' : true });$(function() {$(".datepicker").datepicker({changeMonth: true,changeYear: true,yearRange: "-100:+20",});$(".birthday").datepicker("option", "maxDate", $('#today').val());$(".birthday").datepicker("option", "defaultDate", $('#defaultDate').val());});$(".signup_scroll").click(function(){$('html, body').animate({scrollTop: $("#formcon").offset().top-50}, 1000);});$(".country_pc").click(function(){if($('#country_taiwan_pc').is(':checked')){$('.country_name').hide();$('.twzipcode').show();}else{$('.country_name').show();$('.twzipcode').hide();}});$(".country_mob").click(function(){if($('#country_taiwan_mob').is(':checked')){$('.country_name').hide();$('.twzipcode').show();}else{$('.country_name').show();$('.twzipcode').hide();}});