Skip to content

Instantly share code, notes, and snippets.

@dantetesta
Last active May 25, 2022 12:08
Show Gist options
  • Select an option

  • Save dantetesta/8d125b6b8cd99cc9b8e78a9a34257159 to your computer and use it in GitHub Desktop.

Select an option

Save dantetesta/8d125b6b8cd99cc9b8e78a9a34257159 to your computer and use it in GitHub Desktop.
/*BY: ASK JARVIS + DANTE TESTA */
/* declare o id css #voltar no componente que deseja clicar */
<script>
jQuery(document).ready(function(){
jQuery('#voltar a').attr('href','javascript:history.back(-1);');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment