$(document).ready(function() { $(":header", "#wiki-content").map(function (index) { this.id = "wikititle_" + index; $("" + jQuery.fn.text([this]) + "").addClass("wiki-" + this.tagName.toLowerCase()).appendTo('#wiki-toc-content'); }); });