This plug-in is designed to be activated deactivated through coding, it requires that jQuery be in place before hand, and checks to make sure this is so.
It takes one argument, variable, which can be edited.
It will get jQuery minified library and jQuery mobile css files from the google apis repository.
It registers the script via wp register script, and then enqueues the script via wp enqueue script.
It will then load the style via wp enqueue style.
My thinking was to activate deactivate this plugin upon determining if or not device is requesting data, conjunction with switching templates.
IE if mobile, switch to template and activate plug-in, if not, load default template and ensure plug-in is deactivated..
Upload jQuery mobile js css google api loader php to the wp-content plugins directory Activate the plugin through 'Plugins WordPress, if you are using template.
Please use if you intend to check for mobile devices, there has been reported issues of interference of normal operations when using jQuery mobile...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more