Answer the question
In order to leave comments, you need to log in
How can I make it update in the background?
Help with the decision how to make the module (the module is indicated on the screenshot) updated in the background where to edit?
Am I digging right (recent.tpl)? specify the correct path plz)
did so but it turned out that it shows the whole page
) function show()
{
$.ajax({
cache: false,
success: function(html){
$("#content").html(html);
}
});
}
$(document).ready(function(){
show();
setInterval('show()',1000);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question