Skip to content

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.

Notifications You must be signed in to change notification settings

Agnito/meteor-tocify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-tocify

tocify jquery extension repackaged for meteor

#Usage Simply add:

<div id="toc"></div>

And

Template.myExcellentTemplateName.rendered = function() {
	$(function() {
		$("#toc").tocify();
	});
}

#More Info Homepage

Annotated Source Code

About

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published