Skip to content

Instantly share code, notes, and snippets.

@srinathweb
Created September 17, 2015 06:34
Show Gist options
  • Select an option

  • Save srinathweb/fd35f45772896b66bf76 to your computer and use it in GitHub Desktop.

Select an option

Save srinathweb/fd35f45772896b66bf76 to your computer and use it in GitHub Desktop.
refresh page
$.ajax({
url: "",
context: document.body,
success: function(s,x){
$(this).html(s);
}
});
$(document).ready(function(){
setTimeout(function(){
//YOUR CODE
},4000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment