有个叫“内容”的分区:
<div id="content"></div>
它应该由来自 PHP 文件的数据填充,通过 AJAX,包括 <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>