添加
home.php页面网址而不是文件名。
$(document).ready(function(){ $("#contact").click(function(){ $("#contents").load('url to home.php'); });});
添加
home.php页面网址而不是文件名。
$(document).ready(function(){ $("#contact").click(function(){ $("#contents").load('url to home.php'); });});