I am using the following script to load some Wordpress posts. Unfortunately this replaces my content and I would like to append to the existing content.
你们关于使用美国宇宙航空研究开发机构的呼吁来评估的建议是什么。
$( #load-posts a ).click(function() {
if(pageNum <= max) {
$( #content ).load(nextLink + article ,
function() {
// Update page number and nextLink.
// Update the button message.
}
}
);
}
});
成就