tab.find('.tabSection:eq(' + index + '), .tabNav a:eq(' + index + ')').blur();
tab.find('.tabSection:not(:eq(' + index + ')), .tabNav a:not(:eq(' + index + '))').removeClass('active');
tab.find('.tabSection:eq(' + index + '), .tabNav a:eq(' + index + ')').toggleClass('active').blur();
blur();
для tab-а, уберет фокус. Но hover эффект останется.