Partial Page Refresh - Jquery

Partial Page Refresh

Snippet Code


  
Rate this page :
  [ 0 votes]

//Adding the JavaScript function a() { setInterval(function() { $("#refresh").load(location.href+" #refresh>*",""); }, 10000); // seconds to wait, miliseconds

Tags


Ask Questions

Ask Question