Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created August 29, 2013 23:14
Show Gist options
  • Save dahngeek/6384545 to your computer and use it in GitHub Desktop.
Save dahngeek/6384545 to your computer and use it in GitHub Desktop.
REcargar una pagina con jquery
$('#something').click(function() {
location.reload();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment