views:

33

answers:

1

as I am beginer please tell me how I can make toc for my web page using jQuery. my page would look like this

====== sample Table of Content ====

Introduction |> What is Web |_> What is JavaScript Programming HTML5 |> Learn HTML5 |> Your First Example

+3  A: 

Try following article to create Table of Content using jQuery.

http://www.jankoatwarpspeed.com/post/2009/08/20/Table-of-contents-using-jQuery.aspx

There are some plug-ins also available to do it.

jQuery Plugin 1

jQuery Plugin 2

jQuery Plugin 3

Krunal