Recruitment website based on jQuery automatically refresh resume

  • 2020-06-07 04:02:28
  • OfStack

Will res_id_encode parameter values in the code, such as 5830549229 E3096684665 relative to their cooperated account ID can. How to check your ID? Just open F12 and click 1 to refresh resume of Lipping.com personal center. You can see the get request in the network similar code.


function refreshResume() {
  $.post('/resume/refreshresume/','res_id_encode=5830549229E3096684665',function(data,status){
    console.log(data);
  });
}
var timer = setInterval(refreshResume,300000);//5 Minutes to refresh 1 time 

This is the end of this article, I hope you enjoy it.


Related articles: