$(document).ready({ $('body').prepend('
'); $('h1').each({ $('#inhaltsverzeichnis').append('
  • ' + $(this).text() + '
  • '); }); });