|
|
|
|
|
by odiroot
5470 days ago
|
|
Or you could use progressive JavaScript, AFAIK. Make your every link a first class citizen (with it's own view) and for supported browsers replace links' default action with content switching (without reloading) using JS requests. Of course that's a bit harder since your views need to respond in a different manner to casual GETs and AJAX requests. |
|