[jQuery] XSLT with anchors
Hello,
I am using the jQuery Transform plugin to perform XSL transforms. It
works great except when I load a page with an anchor.
i.e.
mysite.com/mypage
works fine, but -
mysite.com/mypage#xyz
gives incorrect output (all HTML tags are missing).
Does anybody have any idea what could be going wrong?