ajaxEnabled is set to false, but I still can't get link to separate page to load at anchor point, i.e. page2.html#post2

ajaxEnabled is set to false, but I still can't get link to separate page to load at anchor point, i.e. page2.html#post2

I am using jqueryMobile, I have ajaxEnabled = false so that I can use anchor links, and they work just fine on the same page. The problem I am running into is when I am linking to an anchor point on another page. For example, I link from page1.html to page2.html#post2. page2.html loads at the anchor point, then moves up to the top. Why is that happening, and how can I stop that from happening?