Template:Factoriopedia: Difference between revisions
Jump to navigation
Jump to search
LoerisOtter (talk | contribs) No edit summary |
LoerisOtter (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
< | <head> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(".tab-head-5").click(function() { | $(".tab-head-5").click(function() { | ||
Line 8: | Line 8: | ||
}); | }); | ||
</script> | </script> | ||
</ | </head> | ||
<div class="factoriopedia"><div class="tab-header"> | <div class="factoriopedia"><div class="tab-header"> |
Revision as of 07:25, 21 October 2024
<head> <script type="text/javascript"> $(".tab-head-5").click(function() { $(".tab-head").removeClass("tab-head-active"); $(this).addClass("tab-head-active"); $(".tab").hide(); $(".tab-5").show(); }); </script> </head>