what happens with URL when going home>page2>back in non-pushstate enabled settings?
Just a quick question:
I have deactivated JQMs pushstate handling (cleaning up URLs after transition) in order to see how the URL changes during navigation.
Is ist so, that when I go from
- www.some.com/folder/index.html
to
- www.some.com/folder/index.html#/folder/page2.html
and back, that my URL will change to:
- www.some.com/folder/index.html#/folder/index.html
instead of the original URL?
I have tweaked JQMs navigation quite a bit for a plugin I'm working on and just want to make sure the non-pushstate behavior like this is correct. It would make sense, as pages are AJAXed in/out, but I was kind of expecting the URL going back to its original format.
Thanks for insights!