On my site I have a jquery function which retrieves data from another (secured) server as soon as the page is loaded. Using a jsonp call I currently load this data after doc
I was using footable jquery plugin. This worked for me :
if ( $.fn.footable) {...}
jquery version - 1.9.1 footable version - 0.5