Last active
May 25, 2022 12:08
-
-
Save dantetesta/8d125b6b8cd99cc9b8e78a9a34257159 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*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