Run function after page has loaded fully
/** * Run after page has fully loaded */ jQuery(window).bind('load', function() { });