<?php include "main.php" #this file is supposed to be included after an event occurred ?>
<!-- this should be deleted after include, also styles scripts and everything in this old-content id-->
<div id="old-content">
<link rel="stylesheet" href="custom.css">
some content
</div>
What i tried, i add the below in the old-content div, but jquery is included only in the template main.php
$("#old-content").empty();
Problem with this, is that files are not actually removed and when i view page source i can see the old content at the end