I got below error.
Uncaught TypeError: Cannot read property 'top' of undefined
The error occurs when upgrade from 1.0.3 to 1.0.4.
// Check if sticky has reached end of container and stop sticking
var stickyWrapperContainer = s.stickyWrapper.parent();
var unstick = (s.stickyElement.offset().top + s.stickyElement.outerHeight() >= stickyWrapperContainer.offset().top + stickyWrapperContainer.outerHeight()) && (s.stickyElement.offset().top <= s.topSpacing);
I got below error.
Uncaught TypeError: Cannot read property 'top' of undefined
The error occurs when upgrade from 1.0.3 to 1.0.4.
https://github.com/garand/sticky/commit/5cfc20c2729f46d789b053781db9f74229a373d1