将另一个html内容div嵌入到我当前的html页面中

时间:2018-07-25 09:01:58

标签: javascript jquery html

enter image description here

我有2个单独的HTML页面。我想做的是从第二个HTML页面中拉出一个div,使其看起来像右边的图像。当我单击今天的新闻时,它应该显示在下方,而不像超级链接。

$(document).ready(function() {
  $('href link of current').click(function() {
    $("div of another html").load('today.html h2 h3');
  });
});
});

0 个答案:

没有答案