I am having some trouble accessing cached DOM element from the namespace variable. My FeedManager config variable is like this:
var FeedManager = { confi
You'd need to make sure the $('#feedContainer') has already been loaded.
$('#feedContainer')
An analogous example: