Zum nächsten Eintrag in einer Tabelle springen

Guten Tag liebe Foren-Community! Ich zerbreche mir seit Tagen den Kopf über ein Problem und ausgiebiges Googlen liefert mir auch nicht die Antwort... Das Problem ist folgendes, ich habe eine Tabelle mit verschiedenen Einträgen, zwischendurch erscheint dort ein Indikator vom System, welches eine bestimmte Stelle kennzeichnet.
Kommentar abgeben zu diesen Beitrag/Code ?
Dann hier klicken

Der hier verwendete Code

<script src="/js_webseite/jquery.js"></script>
<style>
.tab{
min-width: 600px;
width:auto;
table-layout: fixed;
border-collapse: collapse;
border:2px solid black;
margin-left:calc(50% - 300px);
}
.tab th {
text-decoration: underline;
}
.tab th,
.tab td {
height:25px;
text-align: left;
}
.tab td:nth-child(1),.tab th:nth-child(1){
padding-left:10px;
}
.tab td:nth-child(1),
.tab th:nth-child(1) {
min-width:200px;
}
.tab td:nth-child(2),
.tab th:nth-child(2) {
min-width: 200px;
}
.tab td:nth-child(3),
.tab th:nth-child(3) {
width: 200px;
}
.tab thead {
background-color:black;
color: #FDFDFD;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX