back in history / назад по истории

<button class="back">Back</button> <script> jQuery(document).ready(function($){ $('button.back').click(function(){ parent.history.back(); return false; }); }); </script>

1 Response

This post will be better, if you'll add URL change via browser history )

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.