<script> $(document).ready(function() { $('[href="#back"]').click(function(e) { history.back(); event.preventDefault(); }); }) </script>