Hello, I’ve been trying to implement inline pages that I had working in v1. Here’s what I got:
It mostly works but it’s a little off- when the page is loaded every div.page’s has the page-current class and the splash page (which should show by default) only shows first when put last (after the about page). Also, all the div.page’s seem to be visible (display != none).
I can’t find any examples of how to do inline pages (pageName/name), only those with ajax (url/componentUrl). I can switch between pages OK but I think I’m doing something wrong. Could someone look over the pastebin and let me know? Thanks!