function go back page simple with jQuery


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $(document).ready(function() {
  2.  
  3. $('.backlink').click(function() {
  4.  
  5. history.back()
  6.  
  7. });
  8.  
  9. });

URL: http://tcelestino.com.br

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.