NEWBIE ASSISTANCE PLEASE with Migrating from jqm 1.2 to 1.45

NEWBIE ASSISTANCE PLEASE with Migrating from jqm 1.2 to 1.45

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 please provide me the correct syntax to be able to change

$("#DemoAccountRegistrationPage").on("pagecontainershow", function() { 

to the correct syntax for compliance with 1.4.5

I have read over the jquery docs but cannot fully understand what the correct syntax needs to be (very new to jquery mobile) if you could alert the code provided above to be correctly formatted i would be very greatful