TENACITY|Mounts Your Value
この記事は自動車部品ブランド「TENACITY」のウェブサイトを構成する技術的なスクリプト(jQuery validatorなど)です。具体的なニュース本文はなく、主にフォームのバリデーションに関するコードであるため、内容の要約は不可能です。
📋 記事の処理履歴
- 📰 発表: 2026年4月7日 12:48
- 🔍 収集: 2026年4月7日 13:00(発表から11分後)
- 🤖 AI分析完了: 2026年4月9日 09:05(収集から44時間5分後)
TENACITY|Mounts Your Value var baseUrl = "https://uat.tenacity-auto-parts.com/"; jQuery(function(){ jQuery.validator.messages.required = "COM_ZOEARTH_FROM_VALIDATE_REQUIRED"; jQuery.validator.messages.remote = "COM_ZOEARTH_FROM_VALIDATE_REMOTE"; jQuery.validator.messages.email = "COM_ZOEARTH_FROM_VALIDATE_EMAIL"; jQuery.validator.messages.url = "COM_ZOEARTH_FROM_VALIDATE_URL"; jQuery.validator.messages.date = "COM_ZOEARTH_FROM_VALIDATE_DATE"; jQuery.validator.messages.dateISO = "COM_ZOEARTH_FROM_VALIDATE_DATEISO"; jQuery.validator.messages.number = "COM_ZOEARTH_FROM_VALIDATE_NUMBER"; jQuery.validator.messages.digits = "COM_ZOEARTH_FROM_VALIDATE_DIGITS"; jQuery.validator.messages.creditcard = "COM_ZOEARTH_FROM_VALIDATE_CREDITCARD"; jQuery.validator.messages.equalTo = "COM_ZOEARTH_FROM_VALIDATE_EQUALTO"; jQuery.validator.messages.maxlength = "COM_ZOEARTH_FROM_VALIDATE_MAXLENGTH"; jQuery.validator.messages.minlength = "COM_ZOEARTH_FROM_VALIDATE_MINLENGTH"; jQuery.validator.messages.rangelength= "COM_ZOEARTH_FROM_VALIDATE_RANGLENGTH"; jQuery.validator.messages.range = "COM_ZOEARTH_FROM_VALIDATE_RANG"; jQuery.validator.messages.max = "COM_ZOEARTH_FROM_VALIDATE_MAX"; jQuery.validator.messages.min = "COM_ZOEARTH_FROM_VALIDATE_MIN"; jQuery.validator.messages.alpha_numeric = "COM_ZOEARTH_FROM_VALIDATE_ALPNUM";//英文與數字 jQuery.validator.messages.phone_mobile = "COM_ZOEARTH_FROM_VALIDATE_TEN_PHONE_NUM";//手機數字10碼 jQuery.validator.messages.TWIDCheck = "COM_ZOEARTH_FROM_VALIDATE_TW_ID"; //台灣身分證字號 jQuery.validator.messages.checkUserAccountExist = "COM_ZOEARTH_FROM_VALIDATE_USER_ACCOUNT_EXIST";//會員帳號重複 jQuery.validator.messages.checkUserEmailExist = "COM_ZOEARTH_FROM_VALIDATE_USER_EMAIL_EXIST";//會員email重複 }); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WG4GVW3V'); var addModal = function() { if (!(jQuery('.alertModal').length > 0)) { var html = ''; html += ` Confirm `; jQuery('body').append(html); } } let settingJson = {"296":"https:\/\/tenacity-public.s3.ap-northeast-1.amazonaws.com\/images\/z2\/6e43bddc6554bb02e859c87a04eada3f.webp","303":"https:\/\/www.facebook.com\/profile.php?id=61552663704194","301":"https:\/\/www.youtube.com\/channel\/UC2LRV0UmCeW5Ewhubzam0Vw","304":"https:\/\/www.instagram.com\/tenacityautopartstaiwan\/","396":"https:\/\/tenacity-public.s3.ap-northeast-1.amazonaws.com\/images\/z2\/28e711873e0018c6a74f2d03a670b231.webp","397":"https:\/\/tenacity-public.s3.ap-northeast-1.amazonaws.com\/images\/z2\/2fdf0934e11133c039dc2c45374f66da.webp","398":"https:\/\/tenacity-public.s3.ap-northeast-1.amazonaws.com\/images\/z2\/7398d81f3d4a2e79d81c82b31e038569.webp"}; let nav = ` About Us E-Catalog Product News & Blog Video Download Contact `; $(function() { $('.modal.login-page').insertAfter('footer'); }); About Us E-Catalog Product News & Blog Video Download Contact English 中文 Español Русский português العربية jQuery(function(){ const img = jQuery('.login-icon img').length ? jQuery('.login-icon img') : jQuery(' ').appendTo(jQuery('.login-icon')) img.attr('src', settingJson['396']); }); About Us E-Catalog Product News & Blog Video Download Contact English 中文 Español Русский português العربية jQuery(function(){ const img = jQuery('.login-icon img').length ? jQuery('.login-icon img') : jQuery(' ').appendTo(jQuery('.login-icon')) img.attr('src', settingJson['396']); }); Email Password Must be at least 8 characters --> Remember Me --> Forget Password Sign In Sign Up Account Recovery Your Email Next Account Recovery A verification code has been sent to your email, Enter the 6-digit verification code Verification Code Next Change Password New Password Must be at least 8 characters Confirm Password Submit $(document).ready(function() { jQuery('#member-login').validate(); setupInputEye('passeye'); setupInputEye('forgetEye1'); setupInputEye('forgetEye2'); setupModalFormSubmit('forgetpass1', { now: 'Modal-forget1', next: 'Modal-forget2', urlPattern: 'confirm' }); setupModalFormSubmit('forgetpass2', { now: 'Modal-forget2', next: 'Modal-forget3', urlPattern: 'complete' }); setupModalFormSubmit('forgetpass3', { now: 'Modal-forget3', next: 'Modal-login', urlPattern: 'login' }); }); function setupInputEye(selector) { var eye = jQuery('#' + selector).find('i'); eye.bind('click', function(event) { if (eye.hasClass('bi-eye')) { jQuery('#' + selector).siblings('input').attr('type', 'text'); } else { jQuery('#' + selector).siblings('input').attr('type', 'password'); } eye.toggleClass('bi-eye-slash bi-eye'); }); } function setupModalFormSubmit(formId, modalConfig) { $('#' + formId).validate({ submitHandler: function(form) { var $form = $(form); var formData = $form.serialize(); $.ajax({ url: 'https://uat.tenacity-auto-parts.com/' + "?option=com_z2&view=plg