I have a question about how this.hash works for in page anchor links in jQuery.
I need to process the hash attribute every time the user clicks on that link.
Why can't we use attr('href') - check this link
http://jsfiddle.net/BQU3u/11/
Update
Simply remove $ from $(this.hash)
http://jsfiddle.net/BQU3u/12/