gpt4 book ai didi

javascript - 如何使 jquery 与 ajax 一起工作?

转载 作者:行者123 更新时间:2023-11-30 12:52:27 24 4
gpt4 key购买 nike

<分区>

具有将 php 页面加载到 div 中的以下代码,一旦添加此内容,该 php 页面上的 jquery 似乎不起作用。它只有在你直接打开它时才有效(没有 ajax)

有什么想法吗?

AJAX 代码

<script>
$(document).ready (function() {
$('#NavButton1').click(function(event) {
$('#content').empty();
$('#content').load('placeholder.php');
})
})
</script>

PHP页面上的jquery代码

<script>


$(document).ready(function() {

// call the tablesorter plugin
$('#myTable').tablesorter({
// sort on the first column and third column, order asc
sortList: [[0,0],[2,0]]
});
});

</script>

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com