这里推荐书是来自wordpress和。的帖子的标题 其余的是帖子的主体来自网站上的wordpress。我想要 在标题应该改变常规交互的内容 保持固定在网站上。我该怎么办?
TESTIMONIALS
Gratusglobal1
With customer satisfaction as our main focus, we will be the best fit for your support requirements. form gratus technology
答案 0 :(得分:0)
你应该使用带有setTimeinterval
javascript的ajax函数。
例如,如果使用jQuery:
setTimeinterval(function(){
$('#div1').load('<URL HERE>'); // div1 is ID of Div in which you want to replace the content
}, 20000); // after 20 seconds