$(function() { $('.nav-item:contains("4.")').each(function(indx, el) { $(el).removeClass('nav-item').addClass('nav' + ++indx) }); });