Skip to content

Instantly share code, notes, and snippets.

@fernandofuly
Last active August 29, 2015 14:04
Show Gist options
  • Save fernandofuly/b1fd3e14b41b4946a3c2 to your computer and use it in GitHub Desktop.
Save fernandofuly/b1fd3e14b41b4946a3c2 to your computer and use it in GitHub Desktop.
Back historic with jQuery.
$('a.goback').click(function() {
window.history.back();
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment