Guest User

Untitled

a guest
May 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <div class="card-body card-padding container **editar**">
  2. meu conteudo xxxxxxxxxxxx
  3. </div>
  4.  
  5. <script type="text/javascript">
  6. $(document).ready(function () {
  7. document.querySelector('.editar-cliente').onclick = function(){
  8. window.location = 'http://minhapagina.com';
  9. }
  10. });
  11. </script>
Add Comment
Please, Sign In to add comment