Wie ist das möglich, ich habe viele Ressourcen in Bootstrap ausprobiert und es funktioniert nicht. < /p>
Code: Select all
[url=#payment_tab]Payment Services[/url]
[url=#pci_tab]PCI Compliance - Link[/url]
[url=#marketing_tab]Marketing[/url]
[url=#support_tab]Support & Service[/url]
< Br /> Vielen Dank im Voraus < /p>
Neue Änderungen vorgenommen: < /p>
Home
Profile
Messages
Home Content
Profile Content
Messages Content
< /code>
Profilverbindung von außen
Weiter < /p>
$(".outside-link").click(function() {
$(".nav-tabs tr td a").removeClass("active");
$($(this).attr("data-toggle-tab")).parent("td").find("a").addClass("active");
});
$(".next-link").click(function() {
$(".nav-tabs tr td a").removeClass("active");
$($(this).attr("data-toggle-tab")).parent("td").find("a").addClass("active");
});
< /code>
Kann mir jemand helfen, diese jQuery mit der Verallgemeinerung zu vereinfachen ??? < /p>