gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
927 stars 217 forks source link

#28 - strip out all alpha-numeric characters in default compaction strategy #29

Closed shrisha closed 11 years ago

shrisha commented 11 years ago

Hey there,

First off all, thanks for the awesome plugin. As explained in the issue, simply stripping out spaces doesn't seem to suffice for the latest versions of Chrome, Firefox, or Safari. So, I made a change so that all non alphanumeric characters are stripped out in the default strategy. if this works, we could apply the same love to other options as well.

LMK if this makes sense.

Best, Shrisha