Hi All,
I’m building this site and have hit a big wall. http://smongey.github.io/landl/
What I’ve done is use ajax (via jquery load) to pull in different segments of a pages. When a user clicks a link jquery takes and splits the href attribute and pushes it into the load action like so to get the relevant page.
.load($address + ' #page > *')
this makes sure the contents of the div with id page all get loaded back in. the address variable is then stored and used for back button and changing links to active etc.
I was pretty happy with how the static version was working but when I tried to implement into PW the parts of the pages with pw fields weren’t rendering.
That link is to the static version of the site. I haven’t pushed up the pw version yet.
If there are any ideas, thoughts, or even if I’m doing this wrong I’d really appreciate advice.
Thanks
Seán