デマーク延長
Tech ブログ はありません。
: Array to string conversion in /home/saien2492/cablingcert.com/public_html/wp-content/plugins/vk-all-in-one-expansion-unit/inc/add-body-class.php on line 15 認証試験のテクニカルハブ - 専門家のための標準とツール情報が一つに
class="archive tag tag-218 custom-background wp-embed-responsive post-type-Array vk-blocks sidebar-fix sidebar-fix-priority-top device-pc fa_v6_css">
コンテンツへスキップ
ナビゲーションに移動
Tech ブログ はありません。
document.addEventListener('DOMContentLoaded', function () { console.log('DOM fully loaded and parsed'); // ページ読み込み確認用 if (window.location.search.includes('page_id=4128')) { console.log('Target page detected'); // ページ確認用 document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { console.log('Anchor clicked:', this.getAttribute('href')); // クリック確認用 e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); console.log('Target element:', target); // ターゲット要素確認用 if (target) { target.scrollIntoView({ behavior: 'smooth', block: 'start', }); const toggleButton = target.querySelector('.vk_accordion-toggle, .vk_accordion-toggle-close'); console.log('Toggle Button:', toggleButton); // トグルボタン確認用 if (toggleButton && toggleButton.classList.contains('vk_accordion-toggle-close')) { console.log('Condition met: Clicking toggle button'); toggleButton.click(); } else { console.log('Condition not met'); } } else { console.log('Target not found for href:', this.getAttribute('href')); } }); }); } else { console.log('This is not the target page'); } });