I'm attempting to utilize the JQuery plugin, hcSticky, in order to achieve a scrolling effect on my fixed content. However, I seem to be encountering some difficulty getting it to function properly. What could I possibly be doing incorrectly?
JSFIDDLE: http://jsfiddle.net/T6gc2/
Here's the documentation for reference:
jQuery:
$(document).ready(function() {
$('#newsfeed-left').hcSticky();
});