Advertisement
Guest User

Untitled

a guest
Aug 13th, 2011
2,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <script src="http://code.jquery.com/jquery-latest.js"></script>
  5.  
  6. <script>
  7. $(document).ready(function(){
  8. $(window).bind('hashchange', function() {
  9. alert(location.hash);
  10. });
  11. });
  12. </script>
  13.  
  14. <a href='#more:next'>Ссылка</a>
  15. <a href='#more:next/'>Ссылка</a>
  16. <a href='#more:next '>Ссылка</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement