Hi All, Code: setInterval(function(){ $("#content").load("load.php"); },10000); Iam using smarty template and having business logic files in one folder (load.php) and presentation files in another folder (load.tpl). when i call load function there is blank div, no content is loaded why? and give me the solution.
iam getting the dynamic content for every 10 seconds but css, javascript and jquery files in the head are not loading y?