Aller au contenu principal

Annonces Légales


Chargement...
$("#tabContent").html($(".linkOne").html()); $(".p1").html($(".linkOne").html()); $(".p2").html($(".linkTwo").html()); $(".p3").html($(".linkThree").html()); $(".p4").html($(".linkFourth").html()); $(".customLink").on("click", function () { var attr = $(this).attr('id'); $("#tabContent").html($("." + attr).html()); $("#linkOne").removeClass('active'); $("#linkTwo").removeClass('active'); $("#linkThree").removeClass('active'); $("#linkFourth").removeClass('active'); $(this).addClass("active"); });
Publicité