Files
php-curl-class/docs/source/js/toc.js
T
2014-05-26 11:09:04 -07:00

14 lines
327 B
JavaScript

function toc() {
toc = $( '#toc' ).tocify({
selectors: 'h1, h2',
theme: 'none',
smoothScroll: false,
showEffectSpeed: 0,
hideEffectSpeed: 180,
hashGenerator: function (text, element) {
return element.prop( 'id' );
}
}).data( 'toc-tocify' );
}
$(toc);