Micro library to turn any element into a sticky nav.
Sugarcane.ready({
'target': '=aside',
'floor': '=footer'
});
Sugarcane.ready(options)
targetthe element you wish to make stickyfloorthe element you want the target to stop at
Sugarcane uses $.js, check the documentation to see how to use the selector.