Can Jquery Navigate to a HTML Page Marker from a URL?
Hey:
I am wondering if Jquery can navigate to a specific page marker from the url? For example:
http://www.website.com/index.html#5
Can i test the url to see if it has the #... added and then use that number to navigate to an appropriate page marker?
Thanks!