Blog Archive for November 19, 2010

jQuery Mobile Links

November 19, 2010

Normally, a relative link inside a jQuery Mobile page will load the destination page under a # link.

That is, from /category/,

<a href="/chart/123/">Chart</a>

will link to /category/#/chart/123/ and assume that /chart/123/ is a partial page containing just the HTML required to present the page div. …