0
我將在代碼中更改以在加載頁面時直接加載content.php?加載內容onload insted的點擊
$("#refresh").click(function(evt) {
$("#content").load("content.php")
evt.preventDefault();
})
})
我將在代碼中更改以在加載頁面時直接加載content.php?加載內容onload insted的點擊
$("#refresh").click(function(evt) {
$("#content").load("content.php")
evt.preventDefault();
})
})
$(document).ready(function() {
$("#content").load("content.php")
})