jquery实现页面局部刷新

2025-01-07 07:04:33
推荐回答(3个)
回答1:

这个加个id,为

因为你在上面调用的都是基于id的,当然你也可以改为
$(".main_left_content").load("discuss.html");
$(".main_left_content").load("index.html");

回答2:

回答3:

这个加个id,为

因为你在上面调用的都是基于id的,当然你也可以改为
$(".main_left_content").load("discuss.html");
$(".main_left_content").load("index.html");88