Fix for Fix for Fix for Fix for Fix for Fix for Table of Contents for nodes

  1. $('<div id="node-toc" class="toc"><a name="top" /><p class="title">Table of Contents</p><ul></ul></div>').prependTo('div.node div.content');
  2. $(".field > .field-label").each(function() { $( '<li><a href="' + this.innerHTML + '">' + this.innerHTML + '</a></li>').appendTo("#node-toc > ul"); $(this).append( '<a name="' + this.innerHTML + '"></a>'); }).parent().prepend('<a href="#top" target="_self">top<a>');

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.