|
|
|
|
|
by jpadvo
5388 days ago
|
|
This is really nifty. One nit that I'd pick, however. The urls break without the hash. With the demo, for example, these urls produce two different results: http://cmpolis.github.com/Pagify/#about
http://cmpolis.github.com/Pagify/about The first url has the full content and structure of the page, while the second url only has part of the content of the page. I realize that this is partially what makes the plugin so simple, and maybe it's fine for most applications. But this would be extra cool if the urls were more consistent. :) |
|
I'm going to work on an option to enable using pushState for navigation which would use hashless URLs. The only downside is that users would have to enter the site through the base URL or some JS would have to be included in each content page.
Thanks for the feedback, really got me thinking about how to add pushState support!