Skip to content

Instantly share code, notes, and snippets.

@vereperrot
Created November 27, 2015 07:53
Show Gist options
  • Save vereperrot/e65870c8a139c73ea788 to your computer and use it in GitHub Desktop.
Save vereperrot/e65870c8a139c73ea788 to your computer and use it in GitHub Desktop.
<html>
<head>
<!-- For ease i'm just using a JQuery version hosted by JQuery- you can download any version and link to it locally -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function() {
var refreshId = setInterval(function() {
location.reload();
}, 1000);
$.ajaxSetup({ cache: false });
});
</script>
</head>
<body>
<div id="responsecontainer">
kjkk jkkkkk
jkkkkk
jkkk
<button>jkkii</button>
<h1>jkk</h1>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment