New to jQM - need help with refresh

New to jQM - need help with refresh

I'm new to jQuery Mobile, so hopefully this is a really easy answer.

I've built a simple php page that uses jQM  to show a list of links (using the <ul> <li> format).  Each <li> link uses a standard html anchor tag to go to load a different page.  However, the page that is linked to does not use jQM.  (It uses a javascript plugin that isn't compatible with jQM).  When this page loads, the plugin doesn't register because the page still seems to think it's under jQM control.  If the user refreshes the new page, though, then it works fine.

Is there a way to either force a single refresh on page load for the non jQM page, or (even better) to unload jQM on page exit for the first page?