hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-contentOLD/themes/blossom-fashion/inc/getting-started/js/ |
jQuery(document).ready(function ($) {
// Tabs
$( ".inline-list" ).each( function() {
$( this ).find( "li" ).each( function(i) {
$( this).click( function(){
$( this ).addClass( "current" ).siblings().removeClass( "current" )
.parents( "#wpbody" ).find( "div.panel-left" ).removeClass( "visible" ).end().find( 'div.panel-left:eq('+i+')' ).addClass( "visible" );
return false;
} );
} );
} );
//faq toggle
$('.toggle-block:not(.active) .toggle-content').hide();
$('.toggle-block .toggle-title').click(function(){
$(this).parent('.toggle-block').siblings().removeClass('active');
$(this).parent('.toggle-block').addClass('active');
$(this).parent('.toggle-block').siblings().children('.toggle-content').slideUp();
$(this).siblings('.toggle-content').slideDown();
});
});