I am having trouble with a jQuery plugin in jQuery Mobile. In jQuery mobile all links are loaded via AJAX by default, which is great but my plugin stops working with AJAX enabled. If I disable it, my plugin works again.
The app can be found here. You must visit the app on an iPhone and "Bookmark to the Homescreen" for the issue to appear.
Login details are:
USER:chrisb
PASS:120521pot
The app I'm building is for iOS and needs to run in full screen mode, and AJAX is a must for full screen to work properly. I know the scripts are being run because I have an alert embedded in the JS function to show me it has run and if I remove any of the JS files associated with the plugin then the page is blank and nothing is loaded.
I'm not sure if the plugin, jQuery Mobile or my custom js that is breaking it but if I load the page without AJAX everything runs fine.
Any help is much appreciated, I am banging my head on this one...