Per lei | Per lui function onesht(){ $('#swapt').parent().next().next().hide(); $('#swapt').parent().next().show(); $('#bt1t').addClass('marked'); $('#bt2t').removeClass('marked'); } function twosht(){ $('#swapt').parent().next().next().show(); $('#swapt').parent().next().hide(); $('#bt1t').removeClass('marked'); $('#bt2t').addClass('marked'); } onesht(); Per lui | Per lei function onesht(){ $('#swapt').parent().next().next().hide(); $('#swapt').parent().next().show(); $('#bt1t').addClass('marked'); $('#bt2t').removeClass('marked'); } function twosht(){ $('#swapt').parent().next().next().show(); $('#swapt').parent().next().hide(); $('#bt1t').removeClass('marked'); $('#bt2t').addClass('marked'); } onesht();