$.getScript ( "/uploads/me/sidebar.js", function() { $("#thediv").html ( thehtml ); } ); // in sidebar.js is: var thehtml = ` <p> a bunch of html </p> `;