load()函数加载的html不在源代码中显示

时间:2013-02-26 19:52:29

标签: javascript html load

我使用这个js从php加载html内容。

<script type="text/javascript">
    $(document).ready(function() {
        $("#list").load("http://profithing.com/wp-content/php/sorting.php");
    });
</script>

它只有一个问题。它没有在源代码中显示。我想对这个内容进行排序并通过JS过滤它,如果内容不是真的那么就不能这样做。要对内容进行排序和过滤,请使用listjs

0 个答案:

没有答案