Advertisement
Guest User

Untitled

a guest
Mar 29th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. $('a').bind({
  2. click: function(){
  3. window.location.hash = $(this).attr('url');
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement