jQuery.fn.justtext = function() { return $(this).clone() .children() .remove() .end() .text(); }; $(document).ready(function(){ $("h1").each(function(){ $("#sidebar").append( "
  • "+$(this).children()[0].justtext()+"

  • " ); ul = $("