在我的main.html页面中,我有一个按钮.单击该按钮时,我需要获取另一个页面的内容.
目标页面有五个div,我需要捕获一个div并在main.html页面中显示div数据.
使用Javascript和JQuery.请参阅http://docs.jquery.com/Manipulation或特别是http://docs.jquery.com/Ajax/load
准确地使用这样的东西:
$("#yourdiv").load("/yourpage.html #section");