纯Javascript中的jQuery .load方法

时间:2019-05-21 07:06:02

标签: javascript jquery

我有两个PHP页面(portal.php和index.php)。我在门户网站中获取统计信息的内容,并使用带有jQuery加载功能的索引,现在我不使用jQuery,因此在纯Javascript中执行此操作。我该怎么做? PS:我也得到了一些div的内容,而不是整个页面。 代码;

jQuery(function(){
jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
}); 

0 个答案:

没有答案