Hi there
I currently have 2 'pages' one created with pgIndex.Init() and another created with pgButtons.Init().
Of course, this is all happening on an single 'index.html' page.
I have two buttons on each of the pages, one to run pgIndex.Init() and another to run pgButtons.Init(), these replace the #body and attach events to buttons.
pgIndex.Init() is the only method on _Ready as it is the starting 'page'
I'm working on a simpler example that I will upload. Thanks.
I currently have 2 'pages' one created with pgIndex.Init() and another created with pgButtons.Init().
Of course, this is all happening on an single 'index.html' page.
I have two buttons on each of the pages, one to run pgIndex.Init() and another to run pgButtons.Init(), these replace the #body and attach events to buttons.
pgIndex.Init() is the only method on _Ready as it is the starting 'page'
I'm working on a simpler example that I will upload. Thanks.