expected url format for local html files?
Hello - I've created a list within a jQuery mobile page named Home.html. I'm developing the page on my laptop in my own personal dev environment. I want the first button in my list to be a "Locations" button that redirects to my Locations page.
I've created a Locations.html page in the same directory as my Home.html page. What's the proper url to use for the a href within the li? I tried the following 2 urls but when I click on either of these urls my page displays a jQuery Mobile dialog that says "Error Loading Page":
a href="Locations.html"
a href="file:///C:/JQUERY_MOBILE/Locations.html"
What does jQuery Mobile expect for the url format for local html files?