Там есть div, называемый "Content":
<div id="content"></div>
Он должен быть заполнен данными из файла PHP, AJAX, включая тег <script>
. Однако script внутри этого тега не выполняется.
<div id="content"><!-- After AJAX loads the stuff that goes here -->
<script type="text/javascript">
//code
</script>
<!-- More stuff that DOES work here -->
</div>