arielsalminen / TinyNav.js

Responsive navigation plugin that weighs just 443 bytes
http://tinynav.viljamis.com/
635 stars 207 forks source link

Add the "indent" option #66

Closed kadimi closed 10 years ago

kadimi commented 10 years ago

Hello and thank you for this plugin...

This adds the ability to choose which characters to indent with.

Example:

    $("#my_nav").tinyNav({
        indent: '→'
    });