-
C:\slate>rake build
cd C:/slate
bundle exec middleman build --clean
identical build/images/logo.png
identical build/fonts/icomoon.svg
identical build/fonts/icomoon.woff
identical build…
-
You could solve that using this rather ace plugin:
- http://gregfranko.com/jquery.tocify.js/
It also scrolls / contracts when running on small screens or too many menu options have been opened :)
-
Hi,
I've been trying to get each click in the Tocify TOC to register as an event in Google Analytics but to no avail.
I've tried adding:
``` javascript
_gaq.push(['_setAllowAnchor', true]);
```
to…
-
Tried this:
var toc = $("#toc").tocify({ selectors: "h1,h2,h3,h4,h5" }).data("toc-tocify");
Now only the first h1 header and its child shows up in the toc.
-
Hello,
I am using rCharts to display a dynamic table (DataTable via the dTable function) and knitrBoostrap to get the nice HTML layout. While the rCharts code is working now (see https://github.com/r…
-
Hi, thank you for a nice plugin!
I'm getting this error:
"Uncaught Error: Syntax error, unrecognized expression: div[data-unique=B.5CodeTable(TEST_MEDIUM)]"
This happens in http://localhost/scripts/…
tompi updated
11 years ago
-
I'm trying to generate hash with hastags like "#feature-id-456".
``` html
Text 456
```
I've tried this
``` js
$(function() {
$("#toc").tocify({
hashGenerator: function(element) {
return…
-
A video is worth a thousand words:
http://www.screenr.com/vvKH
-
Maybe its not considered semantically meaningful to have something like the following
```
Level 1 header
Level 3 header
```
But `tocify` fails with error
```
Uncaught TypeError: Cannot read propert…
-
Why doesn't Tocify stay its assigned div? When I do the following it floats instead of staying in the div.
```
```