Thanks…! The plugin looks ideal – very flexible.
Theo has hit the mark. Check out the articles. If enqueuing the scripts and styles from jquerymobile there needs to be a file enqueued after jquery and before jquerymobile.
Here is the content that I found works
jQuery(document).ready(function($){
$(document).delegate("#jqm-page","pageinit", function() {
$.mobile.ajaxEnabled=false;
});
});