Terminate a jQuery Mobile Session

Terminate a jQuery Mobile Session

Hi,
sorry for asking a perhaps trivial question but after a long search I didn't find an answer yet. I want to stop jQuery Mobile to interact with my page if the user hits a link to change layouts. However, even if the page I generate with php does only contain a plain <!DOCTYPE html> <head></head><body><p><a href="./index.php">Non-mobile Version</a></p></body></html> I still got the jQuery overlay and CSS as well as the previous page mingled within the source code as if jQuery mobile generates a copy of the previous page with document.write. After a refresh the jQuery along with all the other stuff is gone and the page is shown as it should. How can I get rid of jQuery mobile with just a link to be hit by the user?

Any help is appreciated.
Ralph