Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Refactor: navigation paths

jblas edited this page Apr 25, 2011 · 23 revisions

Overview

The purpose of this document is mainly for me to get my head around all of the factors involved with loading files in jQuery Mobile (JQM). Path handling within jQuery mobile is probably the most delicate area of the code and many of us have tweaked and broken specific use cases at various times. I'm hoping that by enumerating factors, and specific use cases, that we can avoid breaking things in the future.

When I say file loading, I am specifcally talking about the code within jquery.mobile.navigation.js that handles clicks for all links, and the changePage() function itself.

At a minimum, I would say that we need to support the following types of paths:

Clone this wiki locally