// Load Client side include elements // Should be refactored into its own simple code base $(document).ready( function() { $("div[src]").each(function() { $(this).load($(this).attr("src")); }); });