Hello,
I'm building a WP site using the Advanced Ajax Page Loader plugin (http://software.resplace.net/WordPress/AjaxPageLoader.php) to create a Single Page Interface site. That means all my links open pages using AJAX to prevent a full page refresh.
I have a multi-page form that opens but does not completely initialize when the form is retrieved.
When I browse directly to my form page the form works fine, the form's pages load and the progress bar appears.
BUT if I browse directly to my home page and then click to load the form (opens via ajax in a div) the form doesn't show up.
Clearly the issue is that all the javascript that executes when a form is loaded is not being fired - I need my AJAX loader to (re)trigger all that Javascript to load and show the form correctly.
My question is:
Can anyone tell me what functions need to be called in order to correctly load and initialize for the form each time it opens?
I have tried to extract all the document.ready() functions but it's still not working. I'm hoping some of the great support people here can simply list the functions that need calling.
Thanks in advance!