I would like to use mortar-game-stub (Mortar Game) and jQuery Mobile to my UI. But there is a problem with it, if add jQuery source and css file in head tag I have got blank page ;/ everything is ok without jQuery. Do you have any idea what is going on?
You can't just add <script src="js/lib/jquery.mobile-1.3.1.min.js"></script> to a page and expect it to work. You need specific code for JQM. So don't just add it.