I am trying to write my first jquery mobile app. I have a login page that handles some authentication. After a successful login the user is redirected to another physical page using changePage. The page they are directed to is a multipage. The problem is I cannot link to any of the other pages contained on the multipage. I have read that using the rel="external" solves this. The problem is I am navigating programmatically with changePage. Is there a way I can make this work? I really want to keep the login page as it's own physical page.