I have an entire site on index.php that changes content via jQuery. The order goes like this:
title, navigation, div a, div b, div c
Logically, I hide what I don’t need and show what I do. My issue is that I want to be able to change the title (i.e specify the “page”). How would I go about doing that? Thanks.
