Advertisement
cmoreira

Refresh quiz page after checking results

Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery('.advq_checkanswers .advq_button').on('click',function(){
  2. setTimeout(
  3. function(){
  4. if(jQuery('.advq_results_wrapper').is(":visible")) { location.reload();}
  5. },3000
  6. );
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement