Implentation of a Docked navigation bar. Can optionally clone the original element.
(c) 2014 Daft Apeth Industries (enquiries@daftapeth.co.uk)
Released under The MIT License.
+ itemSelector: (default: '.docking-nav') Target element.
+ useClone: (default: 'false') Clone the target element.
+ cloneClass: (default: 'dockedClone') Class to add to the cloned element
+ isDockedClass: (default: 'is-visible') Class added when the element is docked.
+ isFixedClass: (deafult: 'is-fixed') Class added when the element is fixed.
+ appendTarget: (default: 'body') Select used to insert the clone.
+ pixelsGrace: (default: 0) Pixel distance before the clone is shown.
+ usePixelsGrace : (default: false) Enable / disable the pixel distance.