Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,我知道这已经完成了,只是不知道该怎么做。我需要从 www.com.com/home 获取容器 #main 并将其显示在 www.com.com/otherpage 到容器 #maindupe 中
利用.load()
.load()
$("#maindupe").load("/home #main");
http://api.jquery.com/load/