$(".nav li").each(function (u) { $(this).before('<a href=#' + links[u] + ' class="noscroll-link">'); $(this).after('</a>'); });