migrate from jquerymobile 1.2.1 to 1.4.5
问题 I am migrating up from jquerymobile 1.2 to 1.4.5 the content for each of my pages on my app commences with the following syntax, $("#DemoAccountRegistrationPage").live("pageshow", function() { I have been able to figure out i need to transition the .live to .on so the above becomes each page reference $("#DemoAccountRegistrationPage").on("pagecontainershow", function() { however i realise that the above format is still not compliant for 1.4.5 hence why the content is not loading can someone