$('[class^="window"]').each(function() { var index = this.className.match(/window(\d+)/)[1]; $(this).addClass('windown' + index); });