标签: javascript jquery html
我有2个单独的HTML页面。我想做的是从第二个HTML页面中拉出一个div,使其看起来像右边的图像。当我单击今天的新闻时,它应该显示在下方,而不像超级链接。
$(document).ready(function() { $('href link of current').click(function() { $("div of another html").load('today.html h2 h3'); }); }); });