JS Implentation of breadcrumb / trail navigation.
(c) 2014 Daft Apeth Industries (enquiries@daftapeth.co.uk)
Released under The MIT License.
daftTrailNavigation is a basic codeblock that uses sessionStorage to show a trail of pages that a user visits.
http://github.com/ryanand26/daftTrailNavigation
+ breadcrumbSelect - Select string for the container to write in the new HTML. Default: '.breadcrumb'.
+ storageKey - Key used in session storage. Default: 'trailnav'.
+ max - Maximum number of pages to track. Default: 4.
+ enabled - Boolean to enable / disable the code. Default: true.