Change toc configuration

This commit is contained in:
AhyoungRyu 2016-06-16 19:40:17 -07:00
parent 78dca9ef0a
commit 1f10b97945

View file

@ -3,12 +3,12 @@
$.fn.toc = function(options) {
var defaults = {
noBackToTopLinks: false,
title: '<i>Jump to...</i>',
minimumHeaders: 3,
headers: 'h1, h2, h3, h4, h5, h6',
listType: 'ol', // values: [ol|ul]
showEffect: 'show', // values: [show|slideDown|fadeIn|none]
showSpeed: 'slow', // set to 0 to deactivate effect
title: '<i></i>',
minimumHeaders: 2,
headers: 'h2, h3',
listType: 'ul', // values: [ol|ul]
showEffect: 'none', // values: [show|slideDown|fadeIn|none]
showSpeed: '0', // set to 0 to deactivate effect
classes: { list: '',
item: ''
}