--- a/index.php +++ b/index.php @@ -24,13 +24,13 @@
-
-
+
+ @@ -41,11 +41,13 @@ $('#toc').toc({ 'selectors': 'h1' }); - $(function(){ - $("#items").stoc({ - search: "#wrapper" + /*$(function(){ + + $('
').insertAfter('h1'); + $(".items").each(function() { + $(this).stoc(); }); - }); + });*/