var selfIndex = 0 var otherIndex = 0 for (let i = 0; i < 50; i++){ $('#tbodySelf').append('

'+(++selfIndex).toString()+'

'); } for (let j = 0; j < 50; j++){ $('#tbodyOther').append('

'+(++otherIndex).toString()+'

'); }