[wppb-register]

jQuery(document).ready(function($) { var hash = window.location.hash; if (hash) { var tabID = hash.replace('#', ''); var tabIndex = $('#' + tabID).closest('.elementor-tab-content').index(); if (tabIndex >= 0) { $('#' + tabID).closest('.elementor-tabs').find('.elementor-tab-title').eq(tabIndex).click(); } } });