[jQuery] What is the JQuery's equipvalent of this?
Hi,
I have following javascript to jump to an anchor point:
window.location.hash="mycomments";
what is the JQuery's equivalent? the above code works in all the
browser, also Safari except safari will be always in a 'loading' mode,
any idea? Thanks.
A.C.